@@ -31,22 +31,17 @@ class LinkType(IntEnum):
31
31
#: [``DLT_AX25``] AX.25 packet, with nothing preceding it.
32
32
AX25 = 3
33
33
34
- #: [``DLT_PRONET``] Proteon ProNET Token Ring.
34
+ #: [``DLT_PRONET``] Reserved for Proteon ProNET Token Ring.
35
35
PRONET = 4
36
36
37
- #: [``DLT_CHAOS``] Chaos .
37
+ #: [``DLT_CHAOS``] Reserved for MIT Chaosnet .
38
38
CHAOS = 5
39
39
40
40
#: [``DLT_IEEE802``] IEEE 802.5 Token Ring; the IEEE802, without \_5, in the
41
41
#: DLT\_ name is historical.
42
42
IEEE802_5 = 6
43
43
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.
50
45
ARCNET_BSD = 7
51
46
52
47
#: [``DLT_SLIP``] SLIP, with a header giving packet direction
@@ -169,15 +164,8 @@ class LinkType(IntEnum):
169
164
#: the packet, e.g. signal strength and channel for 802.11 packets.
170
165
TZSP = 128
171
166
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.
181
169
ARCNET_LINUX = 129
182
170
183
171
#: [``DLT_JUNIPER_MLPPP``] Juniper Networks private data link type.
0 commit comments