summaryrefslogtreecommitdiffstats
path: root/plugins/epan/opcua/opcua_application_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/epan/opcua/opcua_application_layer.h')
-rw-r--r--plugins/epan/opcua/opcua_application_layer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/epan/opcua/opcua_application_layer.h b/plugins/epan/opcua/opcua_application_layer.h
index c9b043e8..9e47a2dd 100644
--- a/plugins/epan/opcua/opcua_application_layer.h
+++ b/plugins/epan/opcua/opcua_application_layer.h
@@ -17,4 +17,5 @@
void registerApplicationLayerTypes(int proto);
/* Ua type parsers */
-int parseServiceNodeId(proto_tree *tree, tvbuff_t *tvb, gint *pOffset);
+int getServiceNodeId(tvbuff_t *tvb, int offset);
+int parseServiceNodeId(proto_tree *tree, tvbuff_t *tvb, int *pOffset);