Wireshark-commits: [Wireshark-commits] master 2f369b2: Cleanup subtree types in opcua plugin

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Jun 2014 15:47:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2f369b216fc18624a2e8b2c6bc1da80f964e54d7
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2f369b2 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>
    

Actions performed:

    from  0bb0b62   Display status code info bits if set
    adds  2f369b2   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(-)