Wireshark-commits: [Wireshark-commits] master df1c73d: Opcua: Fix display of GUIDs
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=df1c73d68f044c6ad19432253b5d62fa990e9be4
Submitter: "Graham Bloice <graham.bloice@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
df1c73d by Rainer Keller (Rainer.Keller@xxxxx):
Opcua: Fix display of GUIDs
GUIDs of the OPC UA protocol are always encoded in little endian format.
Using the default RFC4122 decoder assumes big endian and results in displaying
wrong values.
Change-Id: I0c2f60ca2f1c0ae118e8388ec58291dc0d1222b9
Reviewed-on: https://code.wireshark.org/review/34790
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Actions performed:
from 07358f7 [Automatic update for 2019-10-20]
add df1c73d Opcua: Fix display of GUIDs
Summary of changes:
plugins/epan/opcua/opcua_simpletypes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)