summaryrefslogtreecommitdiff
path: root/llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'llc.h')
-rw-r--r--llc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/llc.h b/llc.h
index c9797550..6adbef2b 100644
--- a/llc.h
+++ b/llc.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /tcpdump/master/tcpdump/llc.h,v 1.18 2005-04-26 07:26:33 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/llc.h,v 1.19 2005-09-29 07:37:08 hannes Exp $ (LBL)
*/
/*
@@ -27,6 +27,7 @@
#define LLC_U_FMT 3
#define LLC_GSAP 1
+#define LLC_IG 1 /* Individual / Group */
#define LLC_S_FMT 1
#define LLC_U_POLL 0x10
@@ -63,6 +64,9 @@
#ifndef LLCSAP_8021B_G
#define LLCSAP_8021B_G 0x03
#endif
+#ifndef LLCSAP_SNA
+#define LLCSAP_SNA 0x04
+#endif
#ifndef LLCSAP_IP
#define LLCSAP_IP 0x06
#endif