Wireshark-commits: [Wireshark-commits] master-1.10 56ecf64: Move ServiceFault from ComplexType- to

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Jun 2014 17:14:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=56ecf64dd81156621199828741edee0b0b675165
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

56ecf64 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>
    (cherry picked from commit baa58887886c6bbe24f2894e40a4c0e1bccd5314)
    Reviewed-on: https://code.wireshark.org/review/2165
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0741bba   Fix NodeId and ExpandedNodeId encoding masks
    adds  56ecf64   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(-)