summaryrefslogtreecommitdiff
path: root/pcap-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-common.c')
-rw-r--r--pcap-common.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/pcap-common.c b/pcap-common.c
index f8fe5bdb..d1c12676 100644
--- a/pcap-common.c
+++ b/pcap-common.c
@@ -1247,7 +1247,12 @@
*/
#define LINKTYPE_ZWAVE_TAP 297
-#define LINKTYPE_MATCHING_MAX 297 /* highest value in the "matching" range */
+/*
+ * Silicon Labs debug channel protocol:
+ */
+#define LINKTYPE_SILABS_DEBUG_CHANNEL 298
+
+#define LINKTYPE_MATCHING_MAX 298 /* highest value in the "matching" range */
/*