From 76c32eb94533ec93a84682a4f9625cbd89ada4d3 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Mon, 21 Feb 2005 20:19:15 +0000 Subject: added IEEE 802.1 Link Layer Discovery Protocol (LLDP) to the ethertypes, but sorry, no dissector (yet?) svn path=/trunk/; revision=13460 --- epan/dissectors/packet-ethertype.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan') diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c index 60a058c3c0..87b0dc026f 100644 --- a/epan/dissectors/packet-ethertype.c +++ b/epan/dissectors/packet-ethertype.c @@ -93,6 +93,7 @@ const value_string etype_vals[] = { {ETHERTYPE_PROFINET, "PROFInet" }, {ETHERTYPE_AOE, "ATA over Ethernet" }, {ETHERTYPE_IEEE802_OUI_EXTENDED, "IEEE 802a OUI Extended Ethertype" }, + {ETHERTYPE_LLDP, "802.1 Link Layer Discovery Protocol (LLDP)" }, /* * NDISWAN on Windows translates Ethernet frames from higher-level * protocols into PPP frames to hand to the PPP driver, and translates -- cgit v1.2.3