aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-08-01 17:42:43 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-08-01 17:42:43 +0000
commit6ab0bbb73cce88c80f0f452cd63c19f9e4d22ad2 (patch)
tree6f192d4fcb3f335daaa9ec885f123aa34c73419a /epan/dissectors/packet-ethertype.c
parent61dd46fa9c5ffc266ed90fdc145c129c0268c549 (diff)
Clean up the WiMax Mac-to-Mac dissector code.
svn path=/trunk/; revision=22435
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 2d938dfe46..500314381d 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -52,6 +52,7 @@ const value_string etype_vals[] = {
{ETHERTYPE_XNS_IDP, "XNS Internet Datagram Protocol" },
{ETHERTYPE_X25L3, "X.25 Layer 3" },
{ETHERTYPE_ARP, "ARP" },
+ {ETHERTYPE_WMX_M2M, "WiMax Mac-to-Mac" },
{ETHERTYPE_EPL_V1, "EPL_V1" },
{ETHERTYPE_REVARP, "RARP" },
{ETHERTYPE_DEC_LB, "DEC LanBridge" },