URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c41b64baaae0a11a78c03839e82025b733d6c8f8
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
c41b64b by Hannes Mezger (hannes.mezger@xxxxxxxxxxx):
Cleanup subtree types in opcua plugin
- make ett_opcua_transport static, is only used locally
- format code grouping extern ett variables
- add subtree variables for encodingmasks of simple types
Change-Id: Ia044ca6ca0ff19e940a03d21610db67fe3679b01
Reviewed-on: https://code.wireshark.org/review/2157
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 2f369b216fc18624a2e8b2c6bc1da80f964e54d7)
Reviewed-on: https://code.wireshark.org/review/2295
Actions performed:
from 7eb1aec Display status code info bits if set
adds c41b64b Cleanup subtree types in opcua plugin
Summary of changes:
plugins/opcua/opcua.c | 7 ++++---
plugins/opcua/opcua_simpletypes.c | 28 ++++++++++++++++++----------
plugins/opcua/opcua_transport_layer.c | 2 +-
3 files changed, 23 insertions(+), 14 deletions(-)