aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-25 05:33:00 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-25 05:33:00 +0000
commit8e09311ae3829791503ff4ea1dc3be0c2e459f92 (patch)
tree659e696193023d90f38b62ae69576b1991cab73a /epan/etypes.h
parent6d05cdeb82dafc7e0cb4f1a86770c8033fbd7618 (diff)
From Florian Fainelli:
Patch adding the Homeplug AV ethertype. Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5943 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37388 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 9e89e6268b..a1a452063a 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -413,6 +413,10 @@
#define ETHERTYPE_VMLAB 0x88DE /* VMware LabManager (used to be Akimbi Systems) */
#endif
+#ifndef ETHERTYPE_HOMEPLUG_AV
+#define ETHERTYPE_HOMEPLUG_AV 0x88E1 /* HomePlug AV */
+#endif
+
#ifndef ETHERTYPE_MRP
#define ETHERTYPE_MRP 0x88E3 /* IEC 61158-6-10 Media Redundancy Protocol (MRP) */
#endif