From bbb40509692dc2dc06665c909ee6cb1327a40e79 Mon Sep 17 00:00:00 2001 From: hannes Date: Fri, 3 Aug 2007 11:03:19 +0000 Subject: add basic support for the IEEE Link Discovery Protocol as per 802.1ab --- ethertype.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ethertype.h') diff --git a/ethertype.h b/ethertype.h index f73f7b0f..f358c457 100644 --- a/ethertype.h +++ b/ethertype.h @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /tcpdump/master/tcpdump/ethertype.h,v 1.28 2007-07-23 09:01:09 hannes Exp $ (LBL) + * @(#) $Header: /tcpdump/master/tcpdump/ethertype.h,v 1.29 2007-08-03 11:03:19 hannes Exp $ (LBL) */ /* @@ -130,6 +130,9 @@ #ifndef ETHERTYPE_JUMBO #define ETHERTYPE_JUMBO 0x8870 #endif +#ifndef ETHERTYPE_LLDP +#define ETHERTYPE_LLDP 0x88cc +#endif #ifndef ETHERTYPE_EAPOL #define ETHERTYPE_EAPOL 0x888e #endif -- cgit v1.2.1