From 2a49fd31380e3b4fb041ee919eb429f074008924 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 18 Jun 2007 18:50:41 +0000 Subject: added header functions to package --- anytun.cpp | 49 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 36 insertions(+), 13 deletions(-) (limited to 'anytun.cpp') diff --git a/anytun.cpp b/anytun.cpp index 72040c4..4b11231 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -35,6 +35,7 @@ #include "tunDevice.h" #include "buffer.h" +#include "package.h" #include "cypher.h" #include "authAlgo.h" @@ -42,28 +43,50 @@ int main(int argc, char* argv[]) { std::cout << "anytun - secure anycast tunneling protocol" << std::endl; -// Buffer test(25); -// for(unsigned int i=0; igetActualName() << "'" << std::endl; // std::cout << "dev type is '" << dev->getType() << "'" << std::endl; - // sleep(10); -- cgit v1.2.3