aboutsummaryrefslogtreecommitdiff
path: root/pcap/dlt.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcap/dlt.h')
-rw-r--r--pcap/dlt.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/pcap/dlt.h b/pcap/dlt.h
index e852b39b..ca8f5c3d 100644
--- a/pcap/dlt.h
+++ b/pcap/dlt.h
@@ -1609,6 +1609,12 @@
#define DLT_SILABS_DEBUG_CHANNEL 298
/*
+ * Ultra-wideband (UWB) controller interface protocol (UCI).
+ * requested by Henri Chataing <henrichataing@google.com>
+ */
+#define DLT_FIRA_UCI 299
+
+/*
* In case the code that includes this file (directly or indirectly)
* has also included OS files that happen to define DLT_MATCHING_MAX,
* with a different value (perhaps because that OS hasn't picked up
@@ -1619,6 +1625,6 @@
#undef DLT_MATCHING_MAX
#endif
-#define DLT_MATCHING_MAX 298 /* highest value in the "matching" range */
+#define DLT_MATCHING_MAX 299 /* highest value in the "matching" range */
#endif /* !defined(lib_pcap_dlt_h) */