Module Name:    src
Committed By:   christos
Date:           Tue Mar 31 21:42:16 UTC 2015

Modified Files:
        src/sys/net: dlt.h

Log Message:
update with new entries from libpcap-1.7.2


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/net/dlt.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/dlt.h
diff -u src/sys/net/dlt.h:1.15 src/sys/net/dlt.h:1.16
--- src/sys/net/dlt.h:1.15	Wed Nov 19 14:35:21 2014
+++ src/sys/net/dlt.h	Tue Mar 31 17:42:16 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: dlt.h,v 1.15 2014/11/19 19:35:21 christos Exp $	*/
+/*	$NetBSD: dlt.h,v 1.16 2015/03/31 21:42:16 christos Exp $	*/
 
 /*-
  * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
@@ -1254,7 +1254,19 @@
  */
 #define DLT_IPMI_HPM_2	260
 
-#define DLT_MATCHING_MAX	260	/* highest value in the "matching" range */
+/*
+ * per  Joshua Wright <jwri...@hasborg.com>, formats for Zwave captures.
+ */
+#define DLT_ZWAVE_R1_R2  261
+#define DLT_ZWAVE_R3     262
+
+/*
+ * per Steve Karg <sk...@users.sourceforge.net>, formats for Wattstopper
+ * Digital Lighting Management room bus serial protocol captures.
+ */
+#define DLT_WATTSTOPPER_DLM     263
+
+#define DLT_MATCHING_MAX	263	/* highest value in the "matching" range */
 
 /*
  * DLT and savefile link type values are split into a class and

Reply via email to