@@ -49,7 +49,7 @@ class LinkType(IntEnum):
49
49
#: 1201; for RFC 1051 frames, ATA 878.2 is not used.
50
50
ARCNET_BSD = 7
51
51
52
- #: [``DLT_SLIP``] SLIP, encapsulated with a LINKTYPE\_SLIP header.
52
+ #: [``DLT_SLIP``] SLIP, with a header giving packet direction
53
53
SLIP = 8
54
54
55
55
#: [``DLT_PPP``] PPP, as per RFC 1661 and RFC 1662; if the first 2 bytes are
@@ -232,9 +232,7 @@ class LinkType(IntEnum):
232
232
#: MAC frames.
233
233
DOCSIS = 143
234
234
235
- #: [``DLT_LINUX_IRDA``] Linux-IrDA packets, with a LINKTYPE\_LINUX\_IRDA
236
- #: header, with the payload for IrDA frames beginning with by the IrLAP header
237
- #: as defined by the IrDA Link Access Protocol specification.
235
+ #: [``DLT_LINUX_IRDA``] Linux-IrDA packets
238
236
LINUX_IRDA = 144
239
237
240
238
#: [``DLT_IBM_SP``] IBM SP switch.
@@ -342,10 +340,7 @@ class LinkType(IntEnum):
342
340
#: [``DLT_ERF_POS``] An ERF header followed by Packet-over-SONET.
343
341
ERF_POS = 176
344
342
345
- #: [``DLT_LINUX_LAPD``] Link Access Procedures on the D Channel (LAPD) frames,
346
- #: as specified by ITU-T Recommendation Q.920 and ITU-T Recommendation Q.921,
347
- #: captured via vISDN, with a LINKTYPE\_LINUX\_LAPD header, followed by the
348
- #: Q.921 frame, starting with the address field.
343
+ #: [``DLT_LINUX_LAPD``] Linux vISDN LAPD frame
349
344
LINUX_LAPD = 177
350
345
351
346
#: [``DLT_JUNIPER_ETHER``] Juniper Networks private data link type. Ethernet
@@ -492,20 +487,19 @@ class LinkType(IntEnum):
492
487
#: meaning "sent by this host" (DTE->DCE).
493
488
LAPB_WITH_DIR = 207
494
489
495
- #: [``DLT_IPMB_LINUX``] IPMB over an I2C circuit, with a Linux-specific pseudo-
496
- #: header.
497
- IPMB_LINUX = 209
490
+ #: [``DLT_I2C_LINUX``] Linux I2C packets.
491
+ I2C_LINUX = 209
498
492
499
493
#: [``DLT_FLEXRAY``] FlexRay automotive bus frames or symbols, preceded by a
500
- #: pseudo-header.
494
+ #: pseudo-header
501
495
FLEXRAY = 210
502
496
503
497
#: [``DLT_MOST``] Media Oriented Systems Transport (MOST) bus for multimedia
504
498
#: transport.
505
499
MOST = 211
506
500
507
501
#: [``DLT_LIN``] Local Interconnect Network (LIN) automotive bus, preceded by a
508
- #: pseudo-header.
502
+ #: pseudo-header
509
503
LIN = 212
510
504
511
505
#: [``DLT_X2E_SERIAL``] X2E-private data link type used for serial line
@@ -570,8 +564,7 @@ class LinkType(IntEnum):
570
564
#: 0xBC 0xB5 0x55 0x55.
571
565
FC_2_WITH_FRAME_DELIMS = 225
572
566
573
- #: [``DLT_IPNET``] Solaris ipnet pseudo-header, followed by an IPv4 or IPv6
574
- #: datagram.
567
+ #: [``DLT_IPNET``] Solaris ipnet
575
568
IPNET = 226
576
569
577
570
#: [``DLT_CAN_SOCKETCAN``] CAN (Controller Area Network) frames, with a pseudo-
0 commit comments