URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=baa58887886c6bbe24f2894e40a4c0e1bccd5314
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
baa5888 by Hannes Mezger (hannes.mezger@xxxxxxxxxxx):
    Move ServiceFault from ComplexType- to ServiceParser
    
    ServiceFaults are always sent as a service response and never as value, this moves the parsing code to the correct location.
    
    Change-Id: Ida9cb561aa40fcbfc3c0429aed732d108b295138
    Reviewed-on: https://code.wireshark.org/review/2124
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    
Actions performed:
    from  fabee43   Unify displaying of NodeId
    adds  baa5888   Move ServiceFault from ComplexType- to ServiceParser
Summary of changes:
 plugins/opcua/opcua_complextypeparser.c    |    9 ---------
 plugins/opcua/opcua_complextypeparser.h    |    1 -
 plugins/opcua/opcua_extensionobjectids.h   |    1 -
 plugins/opcua/opcua_extensionobjecttable.c |    1 -
 plugins/opcua/opcua_serviceids.h           |    1 +
 plugins/opcua/opcua_serviceparser.c        |   10 ++++++++++
 plugins/opcua/opcua_serviceparser.h        |    1 +
 plugins/opcua/opcua_servicetable.c         |    2 ++
 8 files changed, 14 insertions(+), 12 deletions(-)