Wireshark-commits: [Wireshark-commits] master 7067e3a: Create and register subtree identifiers for

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Jun 2014 17:25:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7067e3a34006cc15b5d050e9dd564ced0cb1bd9b
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7067e3a by Hannes Mezger (hannes.mezger@xxxxxxxxxxx):

    Create and register subtree identifiers for all opcua array types
    
    Currently for all arrays, the generic ett_opcua_array is used, instead we want to be more selective for storing the expanded state of subtrees. This commit adds subtree identifiers for all array types.
    
    Change-Id: Idcec51a200d1109cdb557d3366021d3b066b453d
    Reviewed-on: https://code.wireshark.org/review/2176
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8c0d3ae   Return number of bytes dissected in dissector:call
    adds  7067e3a   Create and register subtree identifiers for all opcua array types


Summary of changes:
 plugins/opcua/opcua_complextypeparser.c |  733 +++++++++++++++++++++----------
 plugins/opcua/opcua_complextypeparser.h |  272 +++++++++++-
 plugins/opcua/opcua_enumparser.c        |   61 ++-
 plugins/opcua/opcua_enumparser.h        |   31 +-
 plugins/opcua/opcua_serviceparser.c     |  489 ++++++++++++++-------
 plugins/opcua/opcua_serviceparser.h     |  275 +++++++++++-
 plugins/opcua/opcua_simpletypes.c       |  116 +++--
 plugins/opcua/opcua_simpletypes.h       |   33 +-
 8 files changed, 1571 insertions(+), 439 deletions(-)