diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2006-05-21 04:49:01 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2006-05-21 04:49:01 +0000 |
commit | feab79e32878302a87c7d22c52a2d5a255dbd3e9 (patch) | |
tree | 934f82dcbdd30f8c04d96b4215dbb0a6b8bc437e /epan/dissectors/packet-ssl.c | |
parent | 58a0b106989d8278670d78fba86dd4585c3be52d (diff) | |
download | wireshark-feab79e32878302a87c7d22c52a2d5a255dbd3e9.tar.gz wireshark-feab79e32878302a87c7d22c52a2d5a255dbd3e9.tar.bz2 wireshark-feab79e32878302a87c7d22c52a2d5a255dbd3e9.zip |
change a whole bunch of ethereal into wireshark
svn path=/trunk/; revision=18196
Diffstat (limited to 'epan/dissectors/packet-ssl.c')
-rw-r--r-- | epan/dissectors/packet-ssl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ssl.c b/epan/dissectors/packet-ssl.c index b43a13dab3..a788c66c61 100644 --- a/epan/dissectors/packet-ssl.c +++ b/epan/dissectors/packet-ssl.c @@ -4,8 +4,8 @@ * * $Id$ * - * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@ethereal.com> + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or @@ -1304,7 +1304,7 @@ dissect_ssl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) * packets. * * Handling the single ssl record across multiple packets - * may be possible using ethereal conversations, but + * may be possible using wireshark conversations, but * probably not cleanly. May have to wait for tcp stream * reassembly. */ @@ -3942,7 +3942,7 @@ ssl_looks_like_valid_pct_handshake(tvbuff_t *tvb, guint32 offset, /********************************************************************* * - * Standard Ethereal Protocol Registration and housekeeping + * Standard Wireshark Protocol Registration and housekeeping * *********************************************************************/ void |