aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-17 04:08:08 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-17 04:08:08 +0000
commit98a9c0c8f9f4cf51d874ca2e5f6d53eafb4d7f45 (patch)
tree5241d4540dfc81faf9347d8fa604313ec912454d /epan/etypes.h
parent31b97c6ac19ffcb594b1aae293d7e08340d43d7f (diff)
From Torrey Atcitty: IEEE 1722(AVB Transport Protocol) Dissector
See Bug #4764 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4764) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32841 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 f39a91dce0..9a79818368 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -99,6 +99,10 @@
#define ETHERTYPE_MSRP 0x22EA
#endif
+#ifndef ETHERTYPE_AVBTP
+#define ETHERTYPE_AVBTP 0x22F0
+#endif
+
#ifndef ETHERTYPE_CENTRINO_PROMISC
#define ETHERTYPE_CENTRINO_PROMISC 0x2452 /* Intel Centrino promiscuous packets */
#endif