Skip to content

Commit ef7ff9e

Browse files
Bumped version to 1.3.5.post27
Updated vendor constant enumerations at Sat Sep 6 10:04:58 UTC 2025. The following files have been changed: pcapkit/const/reg/linktype.py
1 parent 2e40af4 commit ef7ff9e

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

conda/build

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

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@
121121
]
122122

123123
#: version number
124-
__version__ = '1.3.5.post26'
124+
__version__ = '1.3.5.post27'

pcapkit/const/reg/linktype.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ class LinkType(IntEnum):
6868
#: [``DLT_ATM_RFC1483``] LLC/SNAP-encapsulated ATM
6969
ATM_RFC1483 = 100
7070

71-
#: [``DLT_RAW``] Raw IP; the packet begins with an IPv4 or IPv6 header, with
72-
#: the version field of the header indicating whether it's an IPv4 or IPv6
73-
#: header.
71+
#: [``DLT_RAW``] IPv4 or IPv6 packets with no link-layer header.
7472
RAW = 101
7573

7674
#: [``DLT_C_HDLC``] Cisco PPP with HDLC framing.
@@ -472,10 +470,10 @@ class LinkType(IntEnum):
472470
#: metadata header.
473471
CAN_SOCKETCAN = 227
474472

475-
#: [``DLT_IPV4``] Raw IPv4; the packet begins with an IPv4 header.
473+
#: [``DLT_IPV4``] IPv4 packets with no link-layer header.
476474
IPV4 = 228
477475

478-
#: [``DLT_IPV6``] Raw IPv6; the packet begins with an IPv6 header.
476+
#: [``DLT_IPV6``] IPv6 packets with no link-layer header.
479477
IPV6 = 229
480478

481479
#: [``DLT_IEEE802_15_4_NOFCS``] IEEE 802.15.4 packets without FCS.

0 commit comments

Comments
 (0)