aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ssl.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-16 05:17:30 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-16 05:17:30 +0000
commit03a7a77fae189deb9280c03103b203ea67230b6e (patch)
treed0bc9cb9b723f2c9c463dfd70f411b002c4ab88f /packet-ssl.c
parentef3dcfb5cc42c1b40a08504c3cdc089187271425 (diff)
"Cipher", not "Cypher".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3727 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 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 }
},