From 145156cc158d6d7c13603a793b52397f0693ab87 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 30 Aug 2007 23:59:37 +0000 Subject: no dump 2 --- anytun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anytun.cpp') diff --git a/anytun.cpp b/anytun.cpp index 006ec15..2f78018 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -155,7 +155,7 @@ void* receiver(void* p) param->c.cypher(pack, seq, sid); std::cout << "Received Package: seq: " << seq << std::endl << "sID: " << sid << std::endl; - std::cout << "Package dump: " << pack.getBuf() << std::endl; + //std::cout << "Package dump: " << pack.getBuf() << std::endl; // check payload_type and remove it if((param->dev.getType() == TunDevice::TYPE_TUN && pack.getPayloadType() != PAYLOAD_TYPE_TUN) || -- cgit v1.2.3