aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nlm.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-nlm.c
parentb72c0d1f60e3db127fba8494eb9fb00d516c6088 (diff)
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-nlm.c')
-rw-r--r--packet-nlm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-nlm.c b/packet-nlm.c
index d685ea63cd..14a2bc32a0 100644
--- a/packet-nlm.c
+++ b/packet-nlm.c
@@ -1,7 +1,7 @@
/* packet-nlm.c
* Routines for nlm dissection
*
- * $Id: packet-nlm.c,v 1.1 1999/11/15 14:17:19 nneul Exp $
+ * $Id: packet-nlm.c,v 1.2 1999/11/15 14:32:16 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -74,7 +74,7 @@ const vsff nlm3_proc[] = {
void
proto_register_nlm(void)
{
- proto_nlm = proto_register_protocol("Network Lock Manager Protocol", "NLM");
+ proto_nlm = proto_register_protocol("Network Lock Manager Protocol", "nlm");
/* Register the protocol as RPC */
rpc_init_prog(proto_nlm, NLM_PROGRAM, ETT_NLM);