aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_servicetable.h
diff options
context:
space:
mode:
authorHannes Mezger <hannes.mezger@ascolab.com>2014-10-16 19:06:31 +0200
committerMichael Mann <mmann78@netscape.net>2014-10-17 14:51:40 +0000
commite5bbfa0f1516c74b4fc81651be94405bcb4be0b9 (patch)
treee91369d5f861d65cce4bc8de965135225497559d /plugins/opcua/opcua_servicetable.h
parent0ceeddee17571fa99a4cb35625a8e3c2bdca97d2 (diff)
Add argument 'packet_info *pinfo' to all dissecting functions
Change-Id: Ie02326e365ee3f620fcbe3f2e8e45dc5300d3418 Reviewed-on: https://code.wireshark.org/review/4728 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'plugins/opcua/opcua_servicetable.h')
-rw-r--r--plugins/opcua/opcua_servicetable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opcua/opcua_servicetable.h b/plugins/opcua/opcua_servicetable.h
index 3eb86357d7..870cda9898 100644
--- a/plugins/opcua/opcua_servicetable.h
+++ b/plugins/opcua/opcua_servicetable.h
@@ -16,5 +16,5 @@
**
******************************************************************************/
-void dispatchService(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, int ServiceId);
+void dispatchService(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, gint *pOffset, int ServiceId);