aboutsummaryrefslogtreecommitdiff
path: root/contrib/libpcap/llc.h
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2002-06-21 01:36:27 +0000
committerBill Fenner <fenner@FreeBSD.org>2002-06-21 01:36:27 +0000
commit0a94d38f0590468c79627c0140ef494c66616ae6 (patch)
tree4bf19d614b784f03cdea171c65cf7b2e9f63715c /contrib/libpcap/llc.h
parentdc2c73054649ef119172bbf4af9db37a2758dfa0 (diff)
downloadsrc-0a94d38f0590468c79627c0140ef494c66616ae6.tar.gz
src-0a94d38f0590468c79627c0140ef494c66616ae6.zip
Import libpcap 0.7.1, from
Notes
Notes: svn path=/vendor/libpcap/dist/; revision=98530
Diffstat (limited to 'contrib/libpcap/llc.h')
-rw-r--r--contrib/libpcap/llc.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/contrib/libpcap/llc.h b/contrib/libpcap/llc.h
index 28003153cd54..ffd3a60143d4 100644
--- a/contrib/libpcap/llc.h
+++ b/contrib/libpcap/llc.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /tcpdump/master/libpcap/llc.h,v 1.1 2001/01/14 21:26:53 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/llc.h,v 1.2 2001/01/28 09:44:50 guy Exp $ (LBL)
*/
/*
@@ -58,9 +58,12 @@
#ifndef LLCSAP_SNAP
#define LLCSAP_SNAP 0xaa
#endif
-#ifndef LLCSAP_ISONS
-#define LLCSAP_ISONS 0xfe
-#endif
#ifndef LLCSAP_IPX
#define LLCSAP_IPX 0xe0
#endif
+#ifndef LLCSAP_NETBEUI
+#define LLCSAP_NETBEUI 0xf0
+#endif
+#ifndef LLCSAP_ISONS
+#define LLCSAP_ISONS 0xfe
+#endif