aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
authorHenri Chataing <henrichataing@google.com>2023-02-24 08:10:11 -0800
committerDenis Ovsienko <denis@ovsienko.info>2023-03-02 23:19:29 +0000
commitb78d1278b2ad96bec04fe6a3648d427c7f5d878c (patch)
treec9984d944ea22714b3e28c411682cf630fad63be /pcap.c
parent929f7a0a05cbe717fa07a947171003b1b9355254 (diff)
Added DLT_FIRA_UCI and LINKTYPE_FIRA_UCI
Diffstat (limited to 'pcap.c')
-rw-r--r--pcap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcap.c b/pcap.c
index 15c0de17..8728d9c4 100644
--- a/pcap.c
+++ b/pcap.c
@@ -3331,6 +3331,7 @@ static struct dlt_choice dlt_choices[] = {
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(FIRA_UCI, "Ultra-wideband controller interface protocol"),
DLT_CHOICE_SENTINEL
};