Wireshark-commits: [Wireshark-commits] master-1.12 ee3f0a9: Fix NodeId and ExpandedNodeId encoding

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Jun 2014 15:46:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee3f0a97a815840ad291d4e8c7cdd490659512f3
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

ee3f0a9 by Hannes Mezger (hannes.mezger@xxxxxxxxxxx):

    Fix NodeId and ExpandedNodeId encoding mask display
    
    There are no 'URI' NodeIds, removed this option and changed GUID/Opaque to their correct values as stated in the UA specification.
    
    Change-Id: Ibf9afdbd72f8ad336f5eb83ece5adbcce51e8365
    Reviewed-on: https://code.wireshark.org/review/2122
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit e2ae387d9c9d2d38d1da788f39b8e65a22fff8dd)
    Reviewed-on: https://code.wireshark.org/review/2169
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a95d0f1   Unify variable and identifier names according to the UA specification
    adds  ee3f0a9   Fix NodeId and ExpandedNodeId encoding mask display


Summary of changes:
 plugins/opcua/opcua_application_layer.c |   19 ++++++++-----------
 plugins/opcua/opcua_simpletypes.c       |   20 ++++++++++++--------
 2 files changed, 20 insertions(+), 19 deletions(-)