From af0819f942fc85919fe9e81a9e990b0f9bf50ca2 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 10 Nov 2013 03:20:04 +0000 Subject: Add data parameter to dissect_function_t in vsff structure. The intention here is to use it to replace some pinfo->private_data. I didn't realize how expansive this change would be, so committing it now before replacing the pinfo->private_data, so if something needs to be reverted, all of this is not lost. svn path=/trunk/; revision=53213 --- epan/dissectors/packet-stat-notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-stat-notify.c') diff --git a/epan/dissectors/packet-stat-notify.c b/epan/dissectors/packet-stat-notify.c index a5ec6f4674..c1303385c7 100644 --- a/epan/dissectors/packet-stat-notify.c +++ b/epan/dissectors/packet-stat-notify.c @@ -39,7 +39,7 @@ static gint ett_statnotify = -1; static int -dissect_statnotify_mon(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree) +dissect_statnotify_mon(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, void* data _U_) { offset = dissect_rpc_string(tvb,tree,hf_statnotify_name,offset,NULL); -- cgit v1.2.3