summaryrefslogtreecommitdiff
path: root/plugins/opcua/opcua_serviceparser.h
diff options
context:
space:
mode:
authorHannes Mezger <hannes.mezger@ascolab.com>2014-06-10 12:27:34 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-06-11 12:59:08 +0000
commitbaa58887886c6bbe24f2894e40a4c0e1bccd5314 (patch)
tree2ff324bc0d6882018989158ad219c08706274df1 /plugins/opcua/opcua_serviceparser.h
parentfabee432def958af4a102eca6bfe935ec80836f6 (diff)
downloadwireshark-baa58887886c6bbe24f2894e40a4c0e1bccd5314.tar.gz
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@gmail.com>
Diffstat (limited to 'plugins/opcua/opcua_serviceparser.h')
-rw-r--r--plugins/opcua/opcua_serviceparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/opcua/opcua_serviceparser.h b/plugins/opcua/opcua_serviceparser.h
index a8bb7dbead..6025cf7d73 100644
--- a/plugins/opcua/opcua_serviceparser.h
+++ b/plugins/opcua/opcua_serviceparser.h
@@ -23,6 +23,7 @@
#include <glib.h>
#include <epan/packet.h>
+void parseServiceFault(proto_tree *tree, tvbuff_t *tvb, gint *pOffset);
void parseFindServersRequest(proto_tree *tree, tvbuff_t *tvb, gint *pOffset);
void parseFindServersResponse(proto_tree *tree, tvbuff_t *tvb, gint *pOffset);
void parseGetEndpointsRequest(proto_tree *tree, tvbuff_t *tvb, gint *pOffset);