aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap.c')
-rw-r--r--pcap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcap.c b/pcap.c
index 5ab891e5..fe0762a3 100644
--- a/pcap.c
+++ b/pcap.c
@@ -3336,6 +3336,9 @@ static struct dlt_choice dlt_choices[] = {
DLT_CHOICE(ETW, "Event Tracing for Windows messages"),
DLT_CHOICE(NETANALYZER_NG, "Hilscher netANALYZER NG pseudo-footer"),
DLT_CHOICE(ZBOSS_NCP, "ZBOSS NCP protocol with pseudo-header"),
+ DLT_CHOICE(USB_2_0_LOW_SPEED, "Low-Speed USB 2.0/1.1/1.0 as transmitted over the cable"),
+ DLT_CHOICE(USB_2_0_FULL_SPEED, "Full-Speed USB 2.0/1.1/1.0 as transmitted over the cable"),
+ DLT_CHOICE(USB_2_0_HIGH_SPEED, "High-Speed USB 2.0 as transmitted over the cable"),
DLT_CHOICE_SENTINEL
};