summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-cip.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-cip.c')
-rw-r--r--epan/dissectors/packet-cip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-cip.c b/epan/dissectors/packet-cip.c
index 7121d11392..37c3cb98c4 100644
--- a/epan/dissectors/packet-cip.c
+++ b/epan/dissectors/packet-cip.c
@@ -5461,7 +5461,7 @@ dissect_cip_data( proto_tree *item_tree, tvbuff_t *tvb, int offset, packet_info
if (service_index >= 0)
{
/* See if object dissector wants to override generic service handling */
- if(!dissector_try_heuristic(heur_subdissector_service, tvb, pinfo, item_tree))
+ if(!dissector_try_heuristic(heur_subdissector_service, tvb, pinfo, item_tree, NULL))
{
dissect_cip_generic_service_rsp(tvb, pinfo, cip_tree);
}
@@ -5537,7 +5537,7 @@ dissect_cip_data( proto_tree *item_tree, tvbuff_t *tvb, int offset, packet_info
if (service_index >= 0)
{
/* See if object dissector wants to override generic service handling */
- if(!dissector_try_heuristic(heur_subdissector_service, tvb, pinfo, item_tree))
+ if(!dissector_try_heuristic(heur_subdissector_service, tvb, pinfo, item_tree, NULL))
{
dissect_cip_generic_service_req(tvb, pinfo, cip_tree, &path_info);
}