Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pcapng/constants/link_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@
# Linux source tree. Only the first 48 bytes of that header are present.
LINKTYPE_USB_LINUX = 189

# Bluetooth HCI UART Transport Layer packets with a direction pseudo-header.
LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR = 201

# USB packets, beginning with a Linux USB header, as specified by the
# struct usbmon_packet in the Documentation/usb/usbmon.txt file in the
# Linux source tree. All 64 bytes of the header are present.
Expand Down Expand Up @@ -288,6 +291,7 @@
LINKTYPE_IBM_SP: "Reserved for IBM SP switch and IBM Next Federation switch.", # noqa
LINKTYPE_IBM_SN: "Reserved for IBM SP switch and IBM Next Federation switch.", # noqa
LINKTYPE_USB_LINUX: "USB packets, beginning with a 48-bytes Linux USB header.", # noqa
LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR: "Bluetooth HCI UART Transport Layer packets with a direction pseudo-header.",
LINKTYPE_USB_LINUX_MMAPPED: "USB packets, beginning with a 64-bytes Linux USB header.", # noqa
LINKTYPE_DOCSIS31_XRA31: "DOCSIS with Excentis XRA pseudo-header",
}