summaryrefslogtreecommitdiff
path: root/llc.h
diff options
context:
space:
mode:
authorguy <guy>2001-01-15 00:33:59 +0000
committerguy <guy>2001-01-15 00:33:59 +0000
commite8b1f5e76056495a594b5bc39daca861bd0c4e82 (patch)
treeb067bfafd6066aa88052eb041e21b4f1d8e56b1b /llc.h
parent9043a595124c731f5012034f4bb064f1c3d14d04 (diff)
downloadtcpdump-e8b1f5e76056495a594b5bc39daca861bd0c4e82.tar.gz
LLC frames with a DSAP and LSAP of 0xe0 are IPX frames, and so are Linux
cooked frames with a type value of LINUX_SLL_P_802_3; dissect them as such.
Diffstat (limited to 'llc.h')
-rw-r--r--llc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/llc.h b/llc.h
index d993a6a0..de185c8e 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.8 2000-12-18 07:55:36 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/llc.h,v 1.9 2001-01-15 00:33:59 guy Exp $ (LBL)
*/
/*
@@ -118,3 +118,6 @@ struct llc {
#ifndef LLCSAP_ISONS
#define LLCSAP_ISONS 0xfe
#endif
+#ifndef LLCSAP_IPX
+#define LLCSAP_IPX 0xe0
+#endif