File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- 6
1
+ 0
Original file line number Diff line number Diff line change 124
124
]
125
125
126
126
#: version number
127
- __version__ = '1.0.2.post12 '
127
+ __version__ = '1.0.2.post13 '
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ class LinkType(IntEnum):
240
240
#: headers preceding the SCCP packet.
241
241
SCCP = 142
242
242
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
244
244
#: Upper Layer Protocols Interface Specification or earlier specifications for
245
245
#: MAC frames.
246
246
DOCSIS = 143
@@ -385,7 +385,8 @@ class LinkType(IntEnum):
385
385
#: [``DLT_JUNIPER_VP``] Juniper Networks private data link type.
386
386
JUNIPER_VP = 183
387
387
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.
389
390
A429 = 184
390
391
391
392
#: [``DLT_A653_ICM``] ARINC 653 interpartition communication messages. Please
@@ -615,8 +616,7 @@ class LinkType(IntEnum):
615
616
#: [``DLT_JUNIPER_FIBRECHANNEL``] Juniper Networks private data link type.
616
617
JUNIPER_FIBRECHANNEL = 234
617
618
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
620
620
#: PCAP format for DVB-CI specification.
621
621
DVB_CI = 235
622
622
You can’t perform that action at this time.
0 commit comments