aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-05-14 22:55:55 +0000
committerBill Meier <wmeier@newsguy.com>2010-05-14 22:55:55 +0000
commit7a0a9690362e9fadae1666b9844111178b886673 (patch)
treea8a2a6545c53c49088ad57e011166cd21d14f705 /epan/etypes.h
parenta8ca1bb630d764c741699ffc0f7b9c75b7ab0420 (diff)
From Torrey Atcitty: IEEE 802.1Qat (Multiple Stream Reservation Protocol) dissector
See: Bug #4757: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4757 svn path=/trunk/; revision=32816
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 e0b120a859..f39a91dce0 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -95,6 +95,10 @@
#define ETHERTYPE_CGMP 0x2001
#endif
+#ifndef ETHERTYPE_MSRP
+#define ETHERTYPE_MSRP 0x22EA
+#endif
+
#ifndef ETHERTYPE_CENTRINO_PROMISC
#define ETHERTYPE_CENTRINO_PROMISC 0x2452 /* Intel Centrino promiscuous packets */
#endif