diff options
author | hannes <hannes> | 2005-04-06 20:09:07 +0000 |
---|---|---|
committer | hannes <hannes> | 2005-04-06 20:09:07 +0000 |
commit | 9c2d2a42b58d7e4f7a4416bcfb2945d6a56f81a2 (patch) | |
tree | b3162bc518bb3a0579da61437efa3c40e113dbdf /llc.h | |
parent | 46db8e8c994b6d3418565bb41a1cd4dc9f34b141 (diff) | |
download | tcpdump-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.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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. */ |