diff options
Diffstat (limited to 'pcap/dlt.h')
-rw-r--r-- | pcap/dlt.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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) */ |