URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e5241a81a6cd2a1cb25318965fa00dc7994dc86
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
8e5241a 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>
(cherry picked from commit 647255d6279fe6fea6ad43388a52e55afd5549e0)
Reviewed-on: https://code.wireshark.org/review/2313
Actions performed:
from f8fcb34 Add dissect_nt_64bit_time_ex for retrieving the created proto_item
adds 8e5241a 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(-)