File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- 2
1+ 0
Original file line number Diff line number Diff line change 121121]
122122
123123#: version number
124- __version__ = '1.3.5.post26 '
124+ __version__ = '1.3.5.post27 '
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments