Ethereal-dev: [Ethereal-dev] [PATCH] add missing TLS cipher types

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Holger Schurig <h.schurig@xxxxxxxxxxxxxx>
Date: Thu, 5 Feb 2004 13:21:26 +0100
This file add some missing TLS cipher specifications as found in the TLS 
Client Hello packet.

The strings are from openssl/include/openssl/tls1.h file.

Not sure if more are missing, but at least the Client Hello Dump now 
doesn't spit out undefined values :-)

-- 
MN-Logistik GmbH         http://www.mn-logistik.de
Holger Schurig
Dieselstr. 18
61191 Rosbach v.d.Höhe
Tel: (+49) 6003 9141 0   Fax: (+49) 6003 9141 49
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- ethereal/packet-ssl.c~tls
+++ ethereal/packet-ssl.c
@@ -479,6 +479,8 @@
     { 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" },