aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ssl.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-16 05:17:30 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-16 05:17:30 +0000
commit55073f857311b2f3db40d052e71be2ec74464d78 (patch)
treed0bc9cb9b723f2c9c463dfd70f411b002c4ab88f /packet-ssl.c
parent3c91e2e203855cf290ba0495ca130bfc96f0f848 (diff)
"Cipher", not "Cypher".
svn path=/trunk/; revision=3727
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 e4731b624f..60e602732e 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.4 2001/07/16 04:02:22 guy Exp $
+ * $Id: packet-ssl.c,v 1.5 2001/07/16 05:17:30 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2290,7 +2290,7 @@ proto_register_ssl(void)
"Random challenge used to authenticate server", HFILL }
},
{ &hf_ssl_handshake_cipher_suites_len,
- { "Cypher Suites Length", "ssl.handshake.cipher_suites_length",
+ { "Cipher Suites Length", "ssl.handshake.cipher_suites_length",
FT_UINT16, BASE_DEC, NULL, 0x0,
"Length of cipher suites field", HFILL }
},