aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-21 20:19:15 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-21 20:19:15 +0000
commite6dc9cb29cf3b5829e4f41591e06c9326d9320d1 (patch)
tree71c9d54af088d85c0b6655bd8742b31da23de034 /etypes.h
parent17149d10091c2353ffbd4171201ed32fd5d49205 (diff)
added IEEE 802.1 Link Layer Discovery Protocol (LLDP) to the ethertypes, but sorry, no dissector (yet?)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13460 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/etypes.h b/etypes.h
index 7c82bb3f4c..3cb703dd81 100644
--- a/etypes.h
+++ b/etypes.h
@@ -252,6 +252,10 @@
#define ETHERTYPE_RSN_PREAUTH 0x88c7 /* 802.11i Pre-Authentication */
#endif
+#ifndef ETHERTYPE_LLDP
+#define ETHERTYPE_LLDP 0x88cc /* IEEE 802.1 Link Layer Discovery Protocol (LLDP) */
+#endif
+
#ifndef ETHERTYPE_LOOP
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif