summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-08-29 00:13:43 +0000
committerErwin Nindl <nine@wirdorange.org>2007-08-29 00:13:43 +0000
commitc52a56ee41bc56ab44b88bc00578bfd427e479f0 (patch)
tree8fb1a0eb2c4f5fb3c5a6c69a81d6c5ea4e38238a /anytun.cpp
parentbugfix, testing continued (diff)
yet another debug checkin
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/anytun.cpp b/anytun.cpp
index 2edf026..11bfcb9 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: " << seq << 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) ||