diff options
author | Jörg Mayer <jmayer@loplof.de> | 2002-08-28 21:04:11 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2002-08-28 21:04:11 +0000 |
commit | 7c4176d8688d6642026d3d322570663c9655c7db (patch) | |
tree | fb24347c14c65d6b8d7f7e93e4060abbb7217e0c /packet-ssl.c | |
parent | 48be4e530d6635dbf1ef1dafa984c2060f3caa8a (diff) | |
download | wireshark-7c4176d8688d6642026d3d322570663c9655c7db.tar.gz wireshark-7c4176d8688d6642026d3d322570663c9655c7db.tar.bz2 wireshark-7c4176d8688d6642026d3d322570663c9655c7db.zip |
Removed trailing whitespaces from .h and .c files using the
winapi_cleanup tool written by Patrik Stridvall for the wine
project.
svn path=/trunk/; revision=6117
Diffstat (limited to 'packet-ssl.c')
-rw-r--r-- | packet-ssl.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packet-ssl.c b/packet-ssl.c index 23a28ea653..8716a7e3d1 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.23 2002/07/17 00:42:42 guy Exp $ + * $Id: packet-ssl.c,v 1.24 2002/08/28 21:00:35 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -828,9 +828,9 @@ dissect_ssl3_record(tvbuff_t *tvb, packet_info *pinfo, return offset; } } - + } else { - + /* if we don't have a valid content_type, there's no sense * continuing any further */ @@ -1714,7 +1714,7 @@ dissect_ssl2_record(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, ssl_set_conv_version(pinfo, *conv_version); } } - + /* if we get here, but don't have a version set for the * conversation, then set a version for just this frame * (e.g., on a client hello) @@ -1839,7 +1839,7 @@ dissect_ssl2_record(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, } else { - /* dissect the message */ + /* dissect the message */ switch (msg_type) { case PCT_MSG_CLIENT_HELLO: case PCT_MSG_SERVER_HELLO: @@ -2119,7 +2119,7 @@ dissect_ssl2_hnd_server_hello(tvbuff_t *tvb, if (cipher_spec_length > 0) { /* provide a collapsing node for the cipher specs */ - ti = proto_tree_add_none_format(tree, + ti = proto_tree_add_none_format(tree, hf_ssl_handshake_cipher_suites, tvb, offset, cipher_spec_length, "Cipher Specs (%u spec%s)", @@ -2803,7 +2803,7 @@ proto_register_ssl(void) "When enabled, SSL records that span multiple TCP segments are desegmented", &ssl_desegment); } - + register_dissector("ssl", dissect_ssl, proto_ssl); } |