@@ -375,15 +375,7 @@ class LinkType(IntEnum):
375
375
#: [``DLT_IEEE802_16_MAC_CPS``] IEEE 802.16 MAC Common Part Sublayer.
376
376
IEEE802_16_MAC_CPS = 188
377
377
378
- #: [``DLT_USB_LINUX``] USB packets, beginning with a Linux USB header, as
379
- #: specified by the struct usbmon\_packet in the Documentation/usb/usbmon.txt
380
- #: file in the Linux source tree. Only the first 48 bytes of that header are
381
- #: present. All fields in the header are in host byte order. When performing a
382
- #: live capture, the host byte order is the byte order of the machine on that
383
- #: the packets are captured. When reading a pcap file, the byte order is the
384
- #: byte order for the file, as specified by the file's magic number; when
385
- #: reading a pcapng file, the byte order is the byte order for the section of
386
- #: the pcapng file, as specified by the Section Header Block.
378
+ #: [``DLT_USB_LINUX``] USB packets, beginning with a Linux USB header.
387
379
USB_LINUX = 189
388
380
389
381
#: [``DLT_CAN20B``] Controller Area Network (CAN) v. 2.0B.
@@ -519,17 +511,8 @@ class LinkType(IntEnum):
519
511
#: [``DLT_MPLS``] MPLS, with an MPLS label as the link-layer header.
520
512
MPLS = 219
521
513
522
- #: [``DLT_USB_LINUX_MMAPPED``] USB packets, beginning with a Linux USB header,
523
- #: as specified by the struct usbmon\_packet in the
524
- #: Documentation/usb/usbmon.txt file in the Linux source tree. All 64 bytes of
525
- #: the header are present. All fields in the header are in host byte order.
526
- #: When performing a live capture, the host byte order is the byte order of the
527
- #: machine on that the packets are captured. When reading a pcap file, the byte
528
- #: order is the byte order for the file, as specified by the file's magic
529
- #: number; when reading a pcapng file, the byte order is the byte order for the
530
- #: section of the pcapng file, as specified by the Section Header Block. For
531
- #: isochronous transfers, the ndesc field specifies the number of isochronous
532
- #: descriptors that follow.
514
+ #: [``DLT_USB_LINUX_MMAPPED``] USB packets, beginning with an memory-mapped
515
+ #: Linux USB header.
533
516
USB_LINUX_MMAPPED = 220
534
517
535
518
#: [``DLT_DECT``] DECT packets, with a pseudo-header.
0 commit comments