Skip to content

Commit 626b00c

Browse files
Bumped version to 1.3.5.post36
Updated vendor constant enumerations at Sat Nov 29 10:06:08 UTC 2025. The following files have been changed: pcapkit/const/reg/linktype.py
1 parent 8b2d827 commit 626b00c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@
121121
]
122122

123123
#: version number
124-
__version__ = '1.3.5.post35'
124+
__version__ = '1.3.5.post36'

pcapkit/const/reg/linktype.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,9 @@ class LinkType(IntEnum):
720720
#: [``DLT_DECT_NR``] DECT-2020 New Radio (NR) MAC layer.
721721
DECT_NR = 301
722722

723+
#: [``DLT_EDK2_MM``] edk2 mm request serialization protocol.
724+
EDK2_MM = 302
725+
723726
@staticmethod
724727
def get(key: 'int | str', default: 'int' = -1) -> 'LinkType':
725728
"""Backport support for original codes.

0 commit comments

Comments
 (0)