Wireshark-commits: [Wireshark-commits] master 647255d: Unify how opcua arrays are displayed
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Jun 2014 17:12:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=647255d6279fe6fea6ad43388a52e55afd5549e0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

647255d by Hannes Mezger (hannes.mezger@xxxxxxxxxxx):

    Unify how opcua arrays are displayed
    
    - Display 'Array of <fieldname>' instead of 'Array of Simple Type'
    - Display array indexes for simple types
    - Display data type in simple type arrays
    
    Change-Id: Id2cc746898f97ce329c6afb9cc49f1907a9f18e4
    Reviewed-on: https://code.wireshark.org/review/2161
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  91c29ec   Add myself as author for the opcua dissector plugin
    adds  647255d   Unify how opcua arrays are displayed


Summary of changes:
 plugins/opcua/opcua_complextypeparser.c |  466 +++++++++++++++----------------
 plugins/opcua/opcua_identifiers.h       |    2 +-
 plugins/opcua/opcua_serviceparser.c     |  178 ++++++------
 plugins/opcua/opcua_simpletypes.c       |  183 +++++++-----
 plugins/opcua/opcua_simpletypes.h       |   40 +--
 5 files changed, 450 insertions(+), 419 deletions(-)