Skip to content

Commit ebf15d3

Browse files
Bumped version to 1.0.2.post31
Updated vendor constant enumerations at Sat Nov 30 10:09:52 UTC 2024. The following files have been changed: pcapkit/const/reg/linktype.py
1 parent 5e89238 commit ebf15d3

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

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.post30'
127+
__version__ = '1.0.2.post31'

pcapkit/const/reg/linktype.py

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,17 @@ class LinkType(IntEnum):
3131
#: [``DLT_AX25``] AX.25 packet, with nothing preceding it.
3232
AX25 = 3
3333

34-
#: [``DLT_PRONET``] Proteon ProNET Token Ring.
34+
#: [``DLT_PRONET``] Reserved for Proteon ProNET Token Ring.
3535
PRONET = 4
3636

37-
#: [``DLT_CHAOS``] Chaos.
37+
#: [``DLT_CHAOS``] Reserved for MIT Chaosnet.
3838
CHAOS = 5
3939

4040
#: [``DLT_IEEE802``] IEEE 802.5 Token Ring; the IEEE802, without \_5, in the
4141
#: DLT\_ name is historical.
4242
IEEE802_5 = 6
4343

44-
#: [``DLT_ARCNET``] ARCNET Data Packets, as described by the ARCNET Trade
45-
#: Association standard ATA 878.1-1999, but without the Starting Delimiter,
46-
#: Information Length, or Frame Check Sequence fields, and with only the first
47-
#: ISU of the Destination Identifier. For most packet types, ARCNET Trade
48-
#: Association draft standard ATA 878.2 is also used. See also RFC 1051 and RFC
49-
#: 1201; for RFC 1051 frames, ATA 878.2 is not used.
44+
#: [``DLT_ARCNET``] Reserved for ARCNET Data Packets with BSD encapsulation.
5045
ARCNET_BSD = 7
5146

5247
#: [``DLT_SLIP``] SLIP, with a header giving packet direction
@@ -169,15 +164,8 @@ class LinkType(IntEnum):
169164
#: the packet, e.g. signal strength and channel for 802.11 packets.
170165
TZSP = 128
171166

172-
#: [``DLT_ARCNET_LINUX``] ARCNET Data Packets, as described by the ARCNET Trade
173-
#: Association standard ATA 878.1-1999, but without the Starting Delimiter,
174-
#: Information Length, or Frame Check Sequence fields, with only the first ISU
175-
#: of the Destination Identifier, and with an extra two-ISU offset field
176-
#: following the Destination Identifier. For most packet types, ARCNET Trade
177-
#: Association draft standard ATA 878.2 is also used; however, no exception
178-
#: frames are supplied, and reassembled frames, rather than fragments, are
179-
#: supplied. See also RFC 1051 and RFC 1201; for RFC 1051 frames, ATA 878.2 is
180-
#: not used.
167+
#: [``DLT_ARCNET_LINUX``] Reserved for ARCNET Data Packets with Linux
168+
#: encapsulation.
181169
ARCNET_LINUX = 129
182170

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

0 commit comments

Comments
 (0)