@@ -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