aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-rsh.c')
-rw-r--r--packet-rsh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-rsh.c b/packet-rsh.c
index 93e0eb196a..dd23920673 100644
--- a/packet-rsh.c
+++ b/packet-rsh.c
@@ -4,7 +4,7 @@
* Robert Tsai <rtsai@netapp.com>
* Liberally copied from packet-http.c, by Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-rsh.c,v 1.7 2000/11/19 08:54:04 guy Exp $
+ * $Id: packet-rsh.c,v 1.8 2001/01/03 06:55:31 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -121,7 +121,7 @@ proto_register_rsh(void)
&ett_rsh,
};
- proto_rsh = proto_register_protocol("Remote Shell", "rsh");
+ proto_rsh = proto_register_protocol("Remote Shell", "RSH", "rsh");
proto_register_field_array(proto_rsh, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
}