aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nlm.c
diff options
context:
space:
mode:
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-15 14:32:16 +0000
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-15 14:32:16 +0000
commita315e1195531a16b7771144ecf436fc261b96583 (patch)
treeebb9cdb24b26200a52b8bddb1b709e42ff5e4f97 /packet-nlm.c
parent66e44d32e57b7b3574aa42ea38b4295c937b238c (diff)
Fixed rpc dissector to upcase program name.
Fixed nfs and nlm to use a lowercase protocol name so filtering will work. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1035 f5534014-38df-0310-8fa8-9805f1628bb7
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);