Add ether type for Link Layer Topology Discovery (LLTD)

svn path=/trunk/; revision=21091
This commit is contained in:
Jaap Keuter 2007-03-21 16:14:23 +00:00
parent e418d916ad
commit 1f5f997b3c
2 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,7 @@ const value_string etype_vals[] = {
{ETHERTYPE_TIPC, "Transparent Inter Process Communication" },
{ETHERTYPE_LLDP, "802.1 Link Layer Discovery Protocol (LLDP)" },
{ETHERTYPE_3GPP2, "CDMA2000 A10 3GPP2 Packet" },
{ETHERTYPE_LLTD, "Link Layer Topology Discovery (LLTD)" },
{ETHERTYPE_COBRANET, "Cirrus Cobranet Packet" },
/*
* NDISWAN on Windows translates Ethernet frames from higher-level

View File

@ -328,6 +328,10 @@
#endif /* Specification (IOS) for cdma2000 Access Network Interfaces (document numbers A.S0011-B */
/* through A.S0017-B v1.0). This document already uses the Ether type 8881 */
#ifndef ETHERTYPE_LLTD
#define ETHERTYPE_LLTD 0x88d9 /* Link Layer Topology Discovery (LLTD) */
#endif
#ifndef ETHERTYPE_MRP
#define ETHERTYPE_MRP 0x88e3 /* IEC 61158-6-10 Media Redundancy Protocol (MRP) */
#endif