From 7b0a8146c71e64f39256179208447807df00948b Mon Sep 17 00:00:00 2001 From: james Date: Wed, 19 Oct 2005 07:50:13 +0000 Subject: svn merge -r 670:672 $SO/trunk/openvpn Brought up-to-date with 2.0.x branch. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@673 e7ae566f-a301-0410-adde-c780ea21d3b5 --- forward.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'forward.c') diff --git a/forward.c b/forward.c index a6b8923..23edfc8 100644 --- a/forward.c +++ b/forward.c @@ -899,10 +899,7 @@ process_incoming_tun (struct context *c) #endif /* Show packet content */ - dmsg (D_TUN_RW, "TUN READ [%d]: %s md5=%s", - BLEN (&c->c2.buf), - format_hex (BPTR (&c->c2.buf), BLEN (&c->c2.buf), 80, &gc), - MD5SUM (BPTR (&c->c2.buf), BLEN (&c->c2.buf), &gc)); + dmsg (D_TUN_RW, "TUN READ [%d]", BLEN (&c->c2.buf)); if (c->c2.buf.len > 0) { @@ -1118,10 +1115,7 @@ process_outgoing_tun (struct context *c) if (c->c2.log_rw) fprintf (stderr, "w"); #endif - dmsg (D_TUN_RW, "TUN WRITE [%d]: %s md5=%s", - BLEN (&c->c2.to_tun), - format_hex (BPTR (&c->c2.to_tun), BLEN (&c->c2.to_tun), 80, &gc), - MD5SUM (BPTR (&c->c2.to_tun), BLEN (&c->c2.to_tun), &gc)); + dmsg (D_TUN_RW, "TUN WRITE [%d]", BLEN (&c->c2.to_tun)); #ifdef PACKET_TRUNCATION_CHECK ipv4_packet_size_verify (BPTR (&c->c2.to_tun), -- cgit v1.2.3