From Mike Frisch: fix most of the TODOs.

Make a pile of things static.

Remove declarations of no-longer-extant routines from "packet-nfs.h".

svn path=/trunk/; revision=5516
This commit is contained in:
Guy Harris 2002-05-21 21:13:42 +00:00
parent 3143c595a4
commit a39b66edaf
2 changed files with 399 additions and 549 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
/* packet-nfs.h (c) 1999 Uwe Girlich */
/* $Id: packet-nfs.h,v 1.10 2002/05/21 10:17:26 sahlberg Exp $ */
/* $Id: packet-nfs.h,v 1.11 2002/05/21 21:13:42 guy Exp $ */
#ifndef __PACKET_NFS_H__
#define __PACKET_NFS_H__
@ -98,9 +98,6 @@
extern gboolean nfs_file_name_snooping;
/* the RPC mount protocol needs both function to decode a MNT reply */
int old_dissect_fhandle(const u_char *pd, int offset, frame_data *fd, proto_tree *tree, char* name);
int old_dissect_nfs_fh3(const u_char *pd, int offset, frame_data *fd, proto_tree *tree, char* name);
int dissect_fhandle(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree,
char *name);
int dissect_nfs_fh3(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree,