Show ETHERTYPE_IPv6 as "IPv6" in the type field.

svn path=/trunk/; revision=11953
This commit is contained in:
Guy Harris 2004-09-09 20:31:52 +00:00
parent 5c7014f2d8
commit b29c6b6d7d
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ static const value_string chdlc_address_vals[] = {
const value_string chdlc_vals[] = {
{0x2000, "Cisco Discovery Protocol"},
{ETHERTYPE_IP, "IP"},
{ETHERTYPE_IPv6, "IPv6"},
{CISCO_SLARP, "SLARP"},
{ETHERTYPE_DEC_LB, "DEC LanBridge"},
{CHDLCTYPE_BPDU, "Spanning Tree BPDU"},