Skip to content

Commit 9a5a0fe

Browse files
Bumped version to 1.0.2.post38
Updated vendor constant enumerations at Sat May 17 10:10:17 UTC 2025. The following files have been changed: pcapkit/const/reg/linktype.py
1 parent cd03a43 commit 9a5a0fe

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3
1+
0

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
]
125125

126126
#: version number
127-
__version__ = '1.0.2.post37'
127+
__version__ = '1.0.2.post38'

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)