summaryrefslogtreecommitdiff
path: root/packet-nfs.c
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-15 14:32:16 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-15 14:32:16 +0000
commit64ed7bcc3c673751108b99cd6e5d0ba37df76468 (patch)
treeebb9cdb24b26200a52b8bddb1b709e42ff5e4f97 /packet-nfs.c
parentb72c0d1f60e3db127fba8494eb9fb00d516c6088 (diff)
downloadwireshark-64ed7bcc3c673751108b99cd6e5d0ba37df76468.tar.gz
Fixed rpc dissector to upcase program name.
Fixed nfs and nlm to use a lowercase protocol name so filtering will work. svn path=/trunk/; revision=1035
Diffstat (limited to 'packet-nfs.c')
-rw-r--r--packet-nfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-nfs.c b/packet-nfs.c
index 0d454fd41a..e5d1c96244 100644
--- a/packet-nfs.c
+++ b/packet-nfs.c
@@ -2,7 +2,7 @@
* Routines for nfs dissection
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
*
- * $Id: packet-nfs.c,v 1.3 1999/11/15 14:17:18 nneul Exp $
+ * $Id: packet-nfs.c,v 1.4 1999/11/15 14:32:15 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -1431,7 +1431,7 @@ const vsff nfs3_proc[] = {
void
proto_register_nfs(void)
{
- proto_nfs = proto_register_protocol("Network File System", "NFS");
+ proto_nfs = proto_register_protocol("Network File System", "nfs");
/* Register the protocol as RPC */
rpc_init_prog(proto_nfs, NFS_PROGRAM, ETT_NFS);