aboutsummaryrefslogtreecommitdiff
path: root/pcap/dlt.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcap/dlt.h')
-rw-r--r--pcap/dlt.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/pcap/dlt.h b/pcap/dlt.h
index 08b005b6..244379ff 100644
--- a/pcap/dlt.h
+++ b/pcap/dlt.h
@@ -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) */