summaryrefslogtreecommitdiff
path: root/plugins/opcua/opcua_complextypeparser.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_complextypeparser.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_complextypeparser.h')
-rw-r--r--plugins/opcua/opcua_complextypeparser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/opcua/opcua_complextypeparser.h b/plugins/opcua/opcua_complextypeparser.h
index 100499d701..dd154a68a1 100644
--- a/plugins/opcua/opcua_complextypeparser.h
+++ b/plugins/opcua/opcua_complextypeparser.h
@@ -42,7 +42,6 @@ void parseTimeZoneDataType(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, const
void parseApplicationDescription(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, const char *szFieldName);
void parseRequestHeader(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, const char *szFieldName);
void parseResponseHeader(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, const char *szFieldName);
-void parseServiceFault(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, const char *szFieldName);
void parseUserTokenPolicy(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, const char *szFieldName);
void parseEndpointDescription(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, const char *szFieldName);
void parseRegisteredServer(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, const char *szFieldName);