summaryrefslogtreecommitdiff
path: root/llc.h
diff options
context:
space:
mode:
authorhannes <hannes>2005-04-06 20:09:07 +0000
committerhannes <hannes>2005-04-06 20:09:07 +0000
commit9c2d2a42b58d7e4f7a4416bcfb2945d6a56f81a2 (patch)
treeb3162bc518bb3a0579da61437efa3c40e113dbdf /llc.h
parent46db8e8c994b6d3418565bb41a1cd4dc9f34b141 (diff)
downloadtcpdump-9c2d2a42b58d7e4f7a4416bcfb2945d6a56f81a2.tar.gz
move the SNAP OUI values out of the llc printer into
the global oui.c file and make all SNAP printers use it make the display output of the frame-relay SNAP printer consistent to the LLC SNAP printer (= print oui{id,name}, proto-id)
Diffstat (limited to 'llc.h')
-rw-r--r--llc.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/llc.h b/llc.h
index 5e6c74c3..738a0d9d 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.16 2002-12-11 07:13:54 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/llc.h,v 1.17 2005-04-06 20:09:07 hannes Exp $ (LBL)
*/
/*
@@ -125,12 +125,6 @@ struct llc {
#define LLCSAP_ISONS 0xfe
#endif
-#define OUI_ENCAP_ETHER 0x000000 /* encapsulated Ethernet */
-#define OUI_CISCO 0x00000c /* Cisco protocols */
-#define OUI_CISCO_90 0x0000f8 /* Cisco bridging */
-#define OUI_RFC2684 0x0080c2 /* RFC 2684 bridged Ethernet */
-#define OUI_APPLETALK 0x080007 /* Appletalk */
-
/*
* PIDs for use with OUI_CISCO.
*/