]> The Tcpdump Group git mirrors - libpcap/commitdiff
Add Zwave LINKTYPE_ values.
authorGuy Harris <[email protected]>
Mon, 15 Sep 2014 18:29:12 +0000 (11:29 -0700)
committerGuy Harris <[email protected]>
Mon, 15 Sep 2014 18:29:12 +0000 (11:29 -0700)
pcap-common.c

index a68e03221528905fe9c167347b6ddc3e0f2d7113..bb657c89b9aa3c09ca77bfe23dfe4cf52e8c8186 100644 (file)
  */
 #define LINKTYPE_IPMI_HPM_2    260
 
  */
 #define LINKTYPE_IPMI_HPM_2    260
 
-#define LINKTYPE_MATCHING_MAX  260             /* highest value in the "matching" range */
+/*
+ * per  Joshua Wright <[email protected]>, formats for Zwave captures.
+ */
+#define LINKTYPE_ZWAVE_R1_R2   261
+#define LINKTYPE_ZWAVE_R3      262
+
+#define LINKTYPE_MATCHING_MAX  262             /* highest value in the "matching" range */
 
 static struct linktype_map {
        int     dlt;
 
 static struct linktype_map {
        int     dlt;