aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ssl.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-15 19:09:07 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-15 19:09:07 +0000
commit41e5f69cce0c1a45ae07a85a045f772320d67dad (patch)
tree94c0b390be67df0b27d9ce331ce8ad4856941c9a /packet-ssl.c
parent002493eda6b53cb724a653be1e959beb96efe0bd (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3721 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ssl.c')
-rw-r--r--packet-ssl.c4
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 }
},