aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
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/dissectors/packet-ethertype.c
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/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 912b4e33ac..def5d0bad2 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -182,6 +182,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_6LOWPAN, "6LoWPAN" },
{ ETHERTYPE_AVSP, "Arista Timestamp" },
{ ETHERTYPE_ECPRI, "eCPRI" },
+ { ETHERTYPE_CABLELABS, "CableLabs Layer-3 Protocol" },
{ 0, NULL }
};