diff options
Diffstat (limited to 'pcap/dlt.h')
-rw-r--r-- | pcap/dlt.h | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1597,6 +1597,13 @@ #define DLT_AUERSWALD_LOG 296 /* + * Z-Wave TAP packets with a meta-data header + * https://gitlab.com/exegin/zwave-g9959-tap + * requested on tcpdump-workers@ + */ +#define DLT_ZWAVE_TAP 297 + +/* * 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 @@ -1607,6 +1614,6 @@ #undef DLT_MATCHING_MAX #endif -#define DLT_MATCHING_MAX 296 /* highest value in the "matching" range */ +#define DLT_MATCHING_MAX 297 /* highest value in the "matching" range */ #endif /* !defined(lib_pcap_dlt_h) */ |