URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6ddf081f6448c016987330fa6ada210dbc79d0ab
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6ddf081 by Hannes Mezger (hannes.mezger@xxxxxxxxxxx):
Fix switch case on ExpandedNodeId encoding mask
Only the bits 0-3 are significant for the type of the NodeId contained in the ExpandedNodeId.
The other bits are a mask telling if a NamespaceUri and/or a ServerIndex is set.
Change-Id: I17948524f8a1bf6cb9dffc5f66ec5cddee580bcd
Reviewed-on: https://code.wireshark.org/review/2120
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from d8a21c8 Use expert info for Invalid length/type where possible, other minor fixes
adds 6ddf081 Fix switch case on ExpandedNodeId encoding mask
Summary of changes:
plugins/opcua/opcua_simpletypes.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)