diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-06-05 11:32:14 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-06-05 11:32:14 +0000 |
commit | 1e043ca82a526c69b1823c38cefe4a496c39974f (patch) | |
tree | 9137f2833b53b413761e29f2bfb6da5e1c9c8669 /packet-ndmp.c | |
parent | 31823cb85138ca76ed3df8f67de4f90b88aa800f (diff) | |
download | wireshark-1e043ca82a526c69b1823c38cefe4a496c39974f.tar.gz wireshark-1e043ca82a526c69b1823c38cefe4a496c39974f.tar.bz2 wireshark-1e043ca82a526c69b1823c38cefe4a496c39974f.zip |
Updated NDMP and ONC RPC services to use the new function to display
fregment trees.
svn path=/trunk/; revision=5627
Diffstat (limited to 'packet-ndmp.c')
-rw-r--r-- | packet-ndmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ndmp.c b/packet-ndmp.c index 82d5230310..955616dcbd 100644 --- a/packet-ndmp.c +++ b/packet-ndmp.c @@ -2,7 +2,7 @@ * Routines for NDMP dissection * 2001 Ronnie Sahlberg (see AUTHORS for email) * - * $Id: packet-ndmp.c,v 1.19 2002/05/01 07:50:38 guy Exp $ + * $Id: packet-ndmp.c,v 1.20 2002/06/05 11:32:14 sahlberg Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -2684,7 +2684,7 @@ dissect_ndmp_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, if (is_tcp) { show_rpc_fraginfo(tvb, frag_tvb, ndmp_tree, rpc_rm, - ipfd_head); + ipfd_head, pinfo); } } |