Wireshark-commits: [Wireshark-commits] master e2ae387: Fix NodeId and ExpandedNodeId encoding mask

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Jun 2014 12:15:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2ae387d9c9d2d38d1da788f39b8e65a22fff8dd
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e2ae387 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>
    

Actions performed:

    from  ddc275c   Unify variable and identifier names according to the UA specification
    adds  e2ae387   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(-)