Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net update with new entries from libpcap-1.7.2
details: https://anonhg.NetBSD.org/src/rev/b9d127617d0b
branches: trunk
changeset: 337070:b9d127617d0b
user: christos <christos%NetBSD.org@localhost>
date: Tue Mar 31 21:42:16 2015 +0000
description:
update with new entries from libpcap-1.7.2
diffstat:
sys/net/dlt.h | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 1161f943abe5 -r b9d127617d0b sys/net/dlt.h
--- a/sys/net/dlt.h Tue Mar 31 21:40:57 2015 +0000
+++ b/sys/net/dlt.h Tue Mar 31 21:42:16 2015 +0000
@@ -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 <jwright%hasborg.com@localhost>, formats for Zwave captures.
+ */
+#define DLT_ZWAVE_R1_R2 261
+#define DLT_ZWAVE_R3 262
+
+/*
+ * per Steve Karg <skarg%users.sourceforge.net@localhost>, 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
Home |
Main Index |
Thread Index |
Old Index