aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mount.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-18 09:55:10 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-18 09:55:10 +0000
commit8c14ddcd0f42fa7a1f0a3e2c39b83f86394b53b2 (patch)
treeb2c9b34395d68e2dd3384b1b81ef205dbb9c3352 /packet-mount.c
parentf3470d634106430a128b541944d0dbd288e7e768 (diff)
Fix comments to reflect what a null function pointer in a "vsff" table
really means. Make the "XXX_proc" arrays static. svn path=/trunk/; revision=2920
Diffstat (limited to 'packet-mount.c')
-rw-r--r--packet-mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-mount.c b/packet-mount.c
index 2369b52062..4a8193a647 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.18 2001/01/03 06:55:30 guy Exp $
+ * $Id: packet-mount.c,v 1.19 2001/01/18 09:55:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -436,7 +436,7 @@ dissect_mount_pathconf_reply(const u_char *pd, int offset, frame_data *fd,
}
/* proc number, "proc name", dissect_request, dissect_reply */
-/* NULL as function pointer means: take the generic one. */
+/* NULL as function pointer means: type of arguments is "void". */
/* Mount protocol version 1, RFC 1094 */
static const vsff mount1_proc[] = {