Wireshark-commits: [Wireshark-commits] master de44630: CL3DCW: Added Dual Channel	Wi-Fi Dissectors
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=de4463066667e5b3582eb7943c6bbd42d23059bf
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
de44630 by Jon Dennis (j.dennis@xxxxxxxxxxxxx):
    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@xxxxxxxxx>
    
Actions performed:
    from  d55b9b0   FTDI FT: Indicate number of bytes sent on wire
     add  de44630   CL3DCW: Added Dual Channel Wi-Fi Dissectors
Summary of changes:
 docbook/release-notes.adoc         |   2 +
 epan/dissectors/CMakeLists.txt     |   2 +
 epan/dissectors/packet-cl3.c       | 215 ++++++++++++++++++++++
 epan/dissectors/packet-cl3dcw.c    | 358 +++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-ethertype.c |   1 +
 epan/etypes.h                      |   4 +
 6 files changed, 582 insertions(+)
 create mode 100644 epan/dissectors/packet-cl3.c
 create mode 100644 epan/dissectors/packet-cl3dcw.c