Wireshark-commits: [Wireshark-commits] master 61082a2: [docsis->type35ucd] Add support for type 35
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Nov 2015 06:00:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=61082a22030e6391c8e9337f25e750a6d71d3811
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

61082a2 by AdrianSimionov (daniel.simionov@xxxxxxxxx):

    [docsis->type35ucd] Add support for type 35 UCD message.
    
    * Added support for TLV 20
    * Added support for TLV 21
    * Added support for TLV 22
    * exceptions.h not needed compared to packet-ucd.c
    and packet-type29ucd.c
    * value_string iuc_vals3 became static const compared
    to packet-ucd.c and packet-type29ucd.c
    * if(tree) was removed to allow usage of expert on TLV length
    * HEX crafted packet capture in Bug 11745
    
    Bug: 11745
    Change-Id: If21a44cf26941468747772cefffe29bafacb1c7c
    Reviewed-on: https://code.wireshark.org/review/11956
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  da88541   Fix indentation.
    adds  61082a2   [docsis->type35ucd] Add support for type 35 UCD message.


Summary of changes:
 plugins/docsis/CMakeLists.txt     |    1 +
 plugins/docsis/Makefile.common    |    1 +
 plugins/docsis/packet-type35ucd.c | 1184 +++++++++++++++++++++++++++++++++++++
 3 files changed, 1186 insertions(+)
 create mode 100644 plugins/docsis/packet-type35ucd.c