Add Ethernet type for DEC Local Area Systems Transport.

svn path=/trunk/; revision=12850
This commit is contained in:
Guy Harris 2004-12-29 00:44:45 +00:00
parent ee11576536
commit a16a9d2096
2 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,7 @@ const value_string etype_vals[] = {
{ETHERTYPE_DEC_DIAG, "DEC Diagnostics" },
{ETHERTYPE_DEC_CUST, "DEC Customer use" },
{ETHERTYPE_DEC_SCA, "DEC LAVC/SCA" },
{ETHERTYPE_DEC_LAST, "DEC LAST" },
{ETHERTYPE_ETHBRIDGE, "Transparent Ethernet bridging" },
{ETHERTYPE_CGMP, "Cisco Group Management Protocol" },
{ETHERTYPE_MAC_CONTROL, "MAC Control" },

View File

@ -140,6 +140,10 @@
#define ETHERTYPE_DEC_LB 0x8038
#endif
#ifndef ETHERTYPE_DEC_LAST
#define ETHERTYPE_DEC_LAST 0x8041 /* DEC Local Area Systems Transport */
#endif
#ifndef ETHERTYPE_ATALK
#define ETHERTYPE_ATALK 0x809b
#endif