diff options
author | Nathan Neulinger <nneul@umr.edu> | 1999-11-10 21:05:11 +0000 |
---|---|---|
committer | Nathan Neulinger <nneul@umr.edu> | 1999-11-10 21:05:11 +0000 |
commit | a04402e9061ecb24f7ea9a116bfe6ddd049daaec (patch) | |
tree | b4724f184b765f6d89370b33a6915288e1ea9c95 /packet-portmap.c | |
parent | 0bf0d908ae0ab2f90d5e775ca6dcb0fe38822236 (diff) | |
download | wireshark-a04402e9061ecb24f7ea9a116bfe6ddd049daaec.tar.gz wireshark-a04402e9061ecb24f7ea9a116bfe6ddd049daaec.tar.bz2 wireshark-a04402e9061ecb24f7ea9a116bfe6ddd049daaec.zip |
Changed protocol names to all lowercase. It looks weird in listing though.
I'm presuming packet-rpc.c will be fixed soon.
svn path=/trunk/; revision=1002
Diffstat (limited to 'packet-portmap.c')
-rw-r--r-- | packet-portmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-portmap.c b/packet-portmap.c index 28687eb1b2..b0f343ff28 100644 --- a/packet-portmap.c +++ b/packet-portmap.c @@ -1,7 +1,7 @@ /* packet-portmap.c * Routines for portmap dissection * - * $Id: packet-portmap.c,v 1.1 1999/11/10 17:23:53 nneul Exp $ + * $Id: packet-portmap.c,v 1.2 1999/11/10 21:05:09 nneul Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@unicom.net> @@ -67,7 +67,7 @@ const vsff portmap2_proc[] = { void proto_register_portmap(void) { - proto_portmap = proto_register_protocol("Portmap", "PORTMAP"); + proto_portmap = proto_register_protocol("Portmap", "portmap"); /* Register the protocol as RPC */ rpc_init_prog(proto_portmap, PORTMAP_PROGRAM, ETT_PORTMAP); |