summaryrefslogtreecommitdiff
path: root/ethertype.h
diff options
context:
space:
mode:
authorhannes <hannes>2007-08-03 11:03:19 +0000
committerhannes <hannes>2007-08-03 11:03:19 +0000
commitbbb40509692dc2dc06665c909ee6cb1327a40e79 (patch)
tree9e85c254ce1647076abf77a7d4f3721312000f87 /ethertype.h
parent74b6e507b01e759cb51f8fb70591249e6fa31cd7 (diff)
downloadtcpdump-bbb40509692dc2dc06665c909ee6cb1327a40e79.tar.gz
add basic support for the IEEE Link Discovery Protocol as per 802.1ab
Diffstat (limited to 'ethertype.h')
-rw-r--r--ethertype.h5
1 files changed, 4 insertions, 1 deletions
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