diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2003-09-28 01:52:57 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2003-09-28 01:52:57 +0000 |
commit | 84274d4870178bc80482e7837c019eeeda29139a (patch) | |
tree | f1733c56aed13de07caa453f4115d25cae89cf82 /packet-mount.c | |
parent | ed4fde5e5ac868873a893671696fdaf6a1987214 (diff) | |
download | wireshark-84274d4870178bc80482e7837c019eeeda29139a.tar.gz wireshark-84274d4870178bc80482e7837c019eeeda29139a.tar.bz2 wireshark-84274d4870178bc80482e7837c019eeeda29139a.zip |
Prettify NFSv2 decorate COL_INFO and the tree pane as has already been done for v3
svn path=/trunk/; revision=8560
Diffstat (limited to 'packet-mount.c')
-rw-r--r-- | packet-mount.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <gerald@ethereal.com> @@ -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 */ |