aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ssl.c
diff options
context:
space:
mode:
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-05 19:08:59 +0000
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-05 19:08:59 +0000
commit84afc156facdf4e3f1015a0b155829ead6af72ee (patch)
tree587c9f4570c04d8e6169e45898223020dd96a1d2 /packet-ssl.c
parent66145a7411eca617fc62860c3bf501e2a5f408b8 (diff)
From Holger Schurig: add two cipher strings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9984 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ssl.c')
-rw-r--r--packet-ssl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-ssl.c b/packet-ssl.c
index a60b9d508b..7cb283b1d4 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.28 2003/12/07 02:26:03 guy Exp $
+ * $Id: packet-ssl.c,v 1.29 2004/02/05 19:08:59 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -479,6 +479,8 @@ static const value_string ssl_31_ciphersuite[] = {
{ 0x0038, "TLS_DHE_DSS_WITH_AES_256_CBC_SHA" },
{ 0x0039, "TLS_DHE_RSA_WITH_AES_256_CBC_SHA" },
{ 0x003A, "TLS_DH_anon_WITH_AES_256_CBC_SHA" },
+ { 0x0060, "TLS_RSA_EXPORT1024_WITH_RC4_56_MD5" },
+ { 0x0061, "TLS_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5" },
{ 0x0062, "TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA" },
{ 0x0063, "TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA" },
{ 0x0064, "TLS_RSA_EXPORT1024_WITH_RC4_56_SHA" },