Skip to content

Commit

Permalink
Bumped version to 1.0.2.post31
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Nov 30 10:09:52 UTC 2024. The following files
have been changed: pcapkit/const/reg/linktype.py
  • Loading branch information
github-actions[bot] committed Nov 30, 2024
1 parent 5e89238 commit ebf15d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@
]

#: version number
__version__ = '1.0.2.post30'
__version__ = '1.0.2.post31'
22 changes: 5 additions & 17 deletions pcapkit/const/reg/linktype.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,17 @@ class LinkType(IntEnum):
#: [``DLT_AX25``] AX.25 packet, with nothing preceding it.
AX25 = 3

#: [``DLT_PRONET``] Proteon ProNET Token Ring.
#: [``DLT_PRONET``] Reserved for Proteon ProNET Token Ring.
PRONET = 4

#: [``DLT_CHAOS``] Chaos.
#: [``DLT_CHAOS``] Reserved for MIT Chaosnet.
CHAOS = 5

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

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

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

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

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

0 comments on commit ebf15d3

Please sign in to comment.