diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-07-15 19:09:07 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-07-15 19:09:07 +0000 |
commit | e574c8de6d5cd2684265ce041539614c8872f781 (patch) | |
tree | 94c0b390be67df0b27d9ce331ce8ad4856941c9a /packet-ssl.c | |
parent | 06b534438f430cdbed0e9e087e9a13fcdc15a06a (diff) | |
download | wireshark-e574c8de6d5cd2684265ce041539614c8872f781.tar.gz wireshark-e574c8de6d5cd2684265ce041539614c8872f781.tar.bz2 wireshark-e574c8de6d5cd2684265ce041539614c8872f781.zip |
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
Diffstat (limited to 'packet-ssl.c')
-rw-r--r-- | packet-ssl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ssl.c b/packet-ssl.c index c1b094bcdc..7f9783327c 100644 --- a/packet-ssl.c +++ b/packet-ssl.c @@ -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 } }, |