aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ssl.c
diff options
context:
space:
mode:
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 }
},