Skip to content

Commit eaee812

Browse files
Bumped version to 1.0.2.post13
Updated vendor constant enumerations at Sat Dec 30 10:07:22 UTC 2023. The following files have been changed: pcapkit/const/reg/linktype.py
1 parent 9a0ba87 commit eaee812

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

conda/build

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

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
]
125125

126126
#: version number
127-
__version__ = '1.0.2.post12'
127+
__version__ = '1.0.2.post13'

pcapkit/const/reg/linktype.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class LinkType(IntEnum):
240240
#: headers preceding the SCCP packet.
241241
SCCP = 142
242242

243-
#: [``DLT_DOCSIS``] DOCSIS MAC frames, as described by the DOCSIS 3.1 MAC and
243+
#: [``DLT_DOCSIS``] DOCSIS MAC frames, as described by the DOCSIS 4.0 MAC and
244244
#: Upper Layer Protocols Interface Specification or earlier specifications for
245245
#: MAC frames.
246246
DOCSIS = 143
@@ -385,7 +385,8 @@ class LinkType(IntEnum):
385385
#: [``DLT_JUNIPER_VP``] Juniper Networks private data link type.
386386
JUNIPER_VP = 183
387387

388-
#: [``DLT_A429``] ARINC 429 frames. Every frame contains a 32-bit A429 label.
388+
#: [``DLT_A429``] ARINC 429 frames. Every frame contains a 32-bit A429 word, in
389+
#: little-endian format.
389390
A429 = 184
390391

391392
#: [``DLT_A653_ICM``] ARINC 653 interpartition communication messages. Please
@@ -615,8 +616,7 @@ class LinkType(IntEnum):
615616
#: [``DLT_JUNIPER_FIBRECHANNEL``] Juniper Networks private data link type.
616617
JUNIPER_FIBRECHANNEL = 234
617618

618-
#: [``DLT_DVB_CI``] DVB-CI (DVB Common Interface for communication between a PC
619-
#: Card module and a DVB receiver), with the message format specified by the
619+
#: [``DLT_DVB_CI``] DVB-CI messages, with the message format specified by the
620620
#: PCAP format for DVB-CI specification.
621621
DVB_CI = 235
622622

0 commit comments

Comments
 (0)