Fix from Scott Renfro - one field had a name beginning with "ss" rather

than "ssl".

Remove duplicate credits for Scott in the AUTHORS file and man page.

svn path=/trunk/; revision=3721
This commit is contained in:
Guy Harris 2001-07-15 19:09:07 +00:00
parent 06b534438f
commit e574c8de6d
3 changed files with 4 additions and 8 deletions

View File

@ -644,6 +644,8 @@ Christian Lacunza <celacunza@gmx.net> {
Scott Renfro <scott@renfro.org> {
LDAP checks for invalid packets
"-t" flag for editcap, to adjust timestamps in frames
SSL/TLS support
Mergecap utility for merging capture files
}
Juan Toledo <toledo@users.sourceforge.net> {
@ -733,11 +735,6 @@ Pekka Savola <pekkas@netcore.fi> {
Autoconf support for glibc IPv6 support
}
Scott Renfro <scott@renfro.org> {
SSL/TLS support
Mergecap utility for merging capture files
}
David Eisner <cradle@Glue.umd.edu> {
NCP-over-IP bug fix
}

View File

@ -1130,7 +1130,6 @@ B<http://www.ethereal.com>.
Jeff Morriss <jeff.morriss@ulticom.com>
Aamer Akhter <aakhter@cisco.com>
Pekka Savola <pekkas@netcore.fi>
Scott Renfro <scott@renfro.org>
David Eisner <cradle@Glue.umd.edu>
Steve Dickson <steved@talarian.com>

View File

@ -2,7 +2,7 @@
* Routines for ssl dissection
* Copyright (c) 2000-2001, Scott Renfro <scott@renfro.org>
*
* $Id: packet-ssl.c,v 1.1 2001/07/11 18:19:15 guy Exp $
* $Id: packet-ssl.c,v 1.2 2001/07/15 19:09:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -2353,7 +2353,7 @@ proto_register_ssl(void)
"Length of distinguished name", HFILL }
},
{ &hf_ssl_handshake_dname,
{ "Distinguished Name", "ss.handshake.dname",
{ "Distinguished Name", "ssl.handshake.dname",
FT_STRING, BASE_NONE, NULL, 0x0,
"Distinguished name of a CA that server trusts", HFILL }
},