aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-01 17:42:43 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-01 17:42:43 +0000
commit089b3c8095a8383450abba06b709a7ea2c61b106 (patch)
tree6f192d4fcb3f335daaa9ec885f123aa34c73419a /epan/dissectors/packet-ethertype.c
parent7d3ca7307f4ff00c3e62817f6a93d276d2405f9c (diff)
Clean up the WiMax Mac-to-Mac dissector code.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22435 f5534014-38df-0310-8fa8-9805f1628bb7
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" },