From 2f45949a459252ac5abfbbc75ad58d7e3c3d559c Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Sun, 19 Feb 2023 20:21:32 +0000 Subject: Add LINKTYPE_ZWAVE_TAP/DLT_ZWAVE_TAP. [skip ci] As discussed on tcpdump-workers@. --- pcap/dlt.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pcap') diff --git a/pcap/dlt.h b/pcap/dlt.h index 08b005b6..244379ff 100644 --- a/pcap/dlt.h +++ b/pcap/dlt.h @@ -1596,6 +1596,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, @@ -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) */ -- cgit v1.2.1