URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fff248bb843e21099c7160a0346db2c88987abd5
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fff248b by Bruno Verstuyft (bruno.verstuyft@xxxxxxxxxxxx):
    DOCSIS: Added dissector for OFDM Channel Descriptor
    
    Change-Id: Idbbc1ad126e0b01952957a914bd9c16a990a9b9e
    Reviewed-on: https://code.wireshark.org/review/16036
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  42b8c95   3GPP NAS: add a missing separator for optional string
    adds  fff248b   DOCSIS: Added dissector for OFDM Channel Descriptor
Summary of changes:
 plugins/docsis/CMakeLists.txt   |    1 +
 plugins/docsis/Makefile.common  |    1 +
 plugins/docsis/packet-macmgmt.c |   11 ++
 plugins/docsis/packet-ocd.c     |  406 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 419 insertions(+)
 create mode 100644 plugins/docsis/packet-ocd.c