Skip to content

Commit 022db2f

Browse files
Bumped version to 1.3.5.post17
Updated vendor constant enumerations at Sat May 17 10:05:41 UTC 2025. The following files have been changed: pcapkit/const/reg/linktype.py
1 parent 31c7a3a commit 022db2f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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.post16'
124+
__version__ = '1.3.5.post17'

pcapkit/const/reg/linktype.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ class LinkType(IntEnum):
148148
#: the packet, e.g. signal strength and channel for 802.11 packets.
149149
TZSP = 128
150150

151-
#: [``DLT_ARCNET_LINUX``] Reserved for ARCNET Data Packets with Linux
152-
#: encapsulation.
151+
#: [``DLT_ARCNET_LINUX``] ARCnet Data Packets with Linux encapsulation.
153152
ARCNET_LINUX = 129
154153

155154
#: [``DLT_JUNIPER_MLPPP``] Juniper Networks private data link type.

0 commit comments

Comments
 (0)