Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item to
[metze/wireshark/wip.git] / packet-mount.c
index 2ac5afd307b56d8aa1315efd7f3703a68598cbbc..fe2763a135c7b8b30bee159b409befb4648ddbd6 100644 (file)
@@ -1,7 +1,7 @@
 /* packet-mount.c
  * Routines for mount dissection
  *
- * $Id: packet-mount.c,v 1.2 1999/11/15 14:17:18 nneul Exp $
+ * $Id: packet-mount.c,v 1.3 1999/11/15 17:16:51 nneul Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@unicom.net>
@@ -47,7 +47,7 @@ int dissect_mount_dirpath_call(const u_char *pd, int offset, frame_data *fd,
 {
        if ( tree )
        {
-               offset = dissect_rpc_string_item(pd,offset,fd,tree,hf_mount_path);
+               offset = dissect_rpc_string(pd,offset,fd,tree,hf_mount_path);
        }
        
        return offset;