aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorJon Dennis <j.dennis@cablelabs.com>2019-06-11 20:12:38 +0000
committerAnders Broman <a.broman58@gmail.com>2019-06-11 20:26:56 +0000
commitde4463066667e5b3582eb7943c6bbd42d23059bf (patch)
tree5af34b61fba12741ca5f43fb1ffa294af711f57e /epan/etypes.h
parentd55b9b0d2b7b0d4f5b9ab2bd75d504ba9374fee5 (diff)
CL3DCW: Added Dual Channel Wi-Fi Dissectors
Initial go at adding the CableLabs Dual Channel Wi-Fi dissector. Changes: . New dissector for CableLabs Layer-3 Protocol ("CL3") IEEE EtherType 0xB4E3 . New dissector for Dual Channel Wi-Fi (Subprotocol of CL3) . Defined EtherType macro for CL3 + description Bug: 15818 Change-Id: I6edf99d40883c1890659185cc3f0524a2218a6c4 Reviewed-on: https://code.wireshark.org/review/33440 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 9c01d03e4d..69fce38d53 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -630,6 +630,10 @@ extern "C" {
#define ETHERTYPE_AVSP 0xD28B /* Ethernet type for Arista vendor specific packet frames */
#endif
+#ifndef ETHERTYPE_CABLELABS
+#define ETHERTYPE_CABLELABS 0xB4E3 /* Ethernet type for CableLabs layer-3 protocol */
+#endif
+
WS_DLL_PUBLIC const value_string etype_vals[];
#ifdef __cplusplus