From Aaron Woo (via Jeff Weston): Optimized Link State Routing Protocol
[obnox/wireshark/wip.git] / packet-mount.c
index 843443a9f0453699fcc31d1328b936f302cd6c50..cf14210ef83e2f78e8f92afe12c31acff011633e 100644 (file)
@@ -1,7 +1,7 @@
 /* packet-mount.c
  * Routines for mount dissection
  *
- * $Id: packet-mount.c,v 1.38 2003/04/28 04:03:24 gerald 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 */
@@ -545,7 +545,7 @@ dissect_mount3_mnt_reply(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tr
 
        switch (status) {
                case 0:
-                       offset = dissect_nfs_fh3(tvb,offset,pinfo,tree,"fhandle");
+                       offset = dissect_nfs_fh3(tvb,offset,pinfo,tree,"fhandle",NULL);
 
                        auth_flavors = tvb_get_ntohl(tvb, offset);
                        proto_tree_add_uint(tree,hf_mount_flavors, tvb,