aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-14 17:03:30 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-14 17:03:30 +0000
commit54ce723bf0e7c4e1f2a9428a9eb098467cc875bf (patch)
tree2adfe0ea5db411f1b6f7c380655781ea80696c1e /epan/etypes.h
parent06922d67559bc711dd290e00d0075c195d8619ce (diff)
Add Ethertype for WAVE Short Message dissection (WSMP).
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26018 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 003a5c851a..c7c91d16da 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -353,9 +353,13 @@
/* through A.S0017-B v1.0). This document already uses the Ether type 8881 */
#ifndef ETHERTYPE_LLTD
-#define ETHERTYPE_LLTD 0x88d9 /* Link Layer Topology Discovery (LLTD) */
+#define ETHERTYPE_LLTD 0x88d9 /* Link Layer Topology Discovery (LLTD) */
#endif
+#ifndef ETHERTYPE_WSMP /* Wireless Access in a Vehicle Environment */
+#define ETHERTYPE_WSMP 0x88dc /*(WAVE) Short Message Protocol (WSM) as defined */
+#endif /* in IEEE P1609.3. */
+
#ifndef ETHERTYPE_MRP
#define ETHERTYPE_MRP 0x88e3 /* IEC 61158-6-10 Media Redundancy Protocol (MRP) */
#endif