From 84274d4870178bc80482e7837c019eeeda29139a Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 28 Sep 2003 01:52:57 +0000 Subject: Prettify NFSv2 decorate COL_INFO and the tree pane as has already been done for v3 svn path=/trunk/; revision=8560 --- packet-mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-mount.c') diff --git a/packet-mount.c b/packet-mount.c index 28cff02822..cf14210ef8 100644 --- a/packet-mount.c +++ b/packet-mount.c @@ -1,7 +1,7 @@ /* packet-mount.c * Routines for mount dissection * - * $Id: packet-mount.c,v 1.39 2003/08/17 21:34:22 sahlberg Exp $ + * $Id: packet-mount.c,v 1.40 2003/09/28 01:52:57 sahlberg Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -122,7 +122,7 @@ dissect_fhstatus(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree switch (status) { case 0: - offset = dissect_fhandle(tvb,offset,pinfo,tree,"fhandle"); + offset = dissect_fhandle(tvb,offset,pinfo,tree,"fhandle", NULL); break; default: /* void */ -- cgit v1.2.3