aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gluster_pmap.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2014-03-15 08:12:34 -0700
committerAnders Broman <a.broman58@gmail.com>2014-03-16 18:01:19 +0000
commit51f26ab49a3fa6b0a238483e08548f21a07e048f (patch)
tree888a804648c8bcc7d178d53c9c9228a62cc9f41e /epan/dissectors/packet-gluster_pmap.c
parent5569f66084ea06b457db5e6cef9f5bdc226a1fbf (diff)
NFS: We need to pass data through to the dissect_rpc_list() callback
Change-Id: Iace7c6dfb81f0a98bbae304346906a5e82c82812 Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com> Reviewed-on: https://code.wireshark.org/review/679 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gluster_pmap.c')
-rw-r--r--epan/dissectors/packet-gluster_pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gluster_pmap.c b/epan/dissectors/packet-gluster_pmap.c
index ed933f1a4a..1db553f360 100644
--- a/epan/dissectors/packet-gluster_pmap.c
+++ b/epan/dissectors/packet-gluster_pmap.c
@@ -129,7 +129,7 @@ gluster_dump_reply(tvbuff_t *tvb, int offset, packet_info *pinfo,
offset = gluster_dissect_common_reply(tvb, offset, pinfo, tree, data);
offset = dissect_rpc_list(tvb, pinfo, tree, offset,
- gluster_dump_reply_detail);
+ gluster_dump_reply_detail, NULL);
return offset;
}