summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/nlpid.h
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-03-31 09:07:39 +0000
committerbms <bms@FreeBSD.org>2004-03-31 09:07:39 +0000
commitda13a5a9d72229b2a6026a49b9977934bdef13ed (patch)
treeb024e287db2b122351a0e433fbc33120af98a9eb /contrib/libpcap/nlpid.h
parent34111fdf72727e35d5c81dc576ce3f5a87c9ef84 (diff)
downloadFreeBSD-src-da13a5a9d72229b2a6026a49b9977934bdef13ed.zip
FreeBSD-src-da13a5a9d72229b2a6026a49b9977934bdef13ed.tar.gz
Import libpcap 0.8.3, from http://www.tcpdump.org/releases/libpcap-0.8.3.tar.gz
Diffstat (limited to 'contrib/libpcap/nlpid.h')
-rw-r--r--contrib/libpcap/nlpid.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/contrib/libpcap/nlpid.h b/contrib/libpcap/nlpid.h
index ef869da..c3ab8c2 100644
--- a/contrib/libpcap/nlpid.h
+++ b/contrib/libpcap/nlpid.h
@@ -15,7 +15,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /tcpdump/master/libpcap/nlpid.h,v 1.1 2000/10/28 09:30:22 guy Exp $ (Juniper)
+ * @(#) $Header: /tcpdump/master/libpcap/nlpid.h,v 1.2 2002/12/06 00:01:34 hannes Exp $ (Juniper)
*/
/* Types missing from some systems */
@@ -35,6 +35,21 @@
#ifndef ISO10589_ISIS
#define ISO10589_ISIS 0x83
#endif
+/*
+ * this does not really belong in the nlpid.h file
+ * however we need it for generating nice
+ * IS-IS related BPF filters
+ */
+#define ISIS_L1_LAN_IIH 15
+#define ISIS_L2_LAN_IIH 16
+#define ISIS_PTP_IIH 17
+#define ISIS_L1_LSP 18
+#define ISIS_L2_LSP 20
+#define ISIS_L1_CSNP 24
+#define ISIS_L2_CSNP 25
+#define ISIS_L1_PSNP 26
+#define ISIS_L2_PSNP 27
+
#ifndef ISO8878A_CONS
#define ISO8878A_CONS 0x84
#endif
OpenPOWER on IntegriCloud