Ethereal-dev: [Ethereal-dev] patch for one character ssl typo

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

From: Scott Renfro <scott@xxxxxxxxxx>
Date: Sun, 15 Jul 2001 00:02:32 -0700
fixes a field abbreviation in packet-ssl.c that was "ss.handshake..."
instead of "ssl.handshake..."

cheers,
--Scott

-- 
Scott Renfro <scott@xxxxxxxxxx>                          +1 650 862 4206
Index: packet-ssl.c
===================================================================
RCS file: /cvsroot/ethereal/packet-ssl.c,v
retrieving revision 1.1
diff -u -r1.1 packet-ssl.c
--- packet-ssl.c	2001/07/11 18:19:15	1.1
+++ packet-ssl.c	2001/07/15 06:59:36
@@ -2353,7 +2353,7 @@
             "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 }
         },