Wireshark-commits: [Wireshark-commits] master-1.10 6557bcb: Fix switch case on ExpandedNodeId encod
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6557bcb9fe08e350c339a684296036898290ea39
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
6557bcb 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>
(cherry picked from commit 6ddf081f6448c016987330fa6ada210dbc79d0ab)
Reviewed-on: https://code.wireshark.org/review/2162
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 0f2c367 Build 1.10.8.
adds 6557bcb Fix switch case on ExpandedNodeId encoding mask
Summary of changes:
plugins/opcua/opcua_simpletypes.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)