aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2017-12-17 15:23:23 +0100
committerToni Uhlig <matzeton@googlemail.com>2017-12-17 15:26:00 +0100
commitfb7af94ba14fcb19bc35d44e9178d4bb55a93e2f (patch)
tree94d2ee0763120b146c8358a18146e75713319007 /README
parent0c2b8553eec966e5a96a3c42347674c90e100da2 (diff)
ptunnel-ng:
* source refactoring * utils functions pt_log, time_as_double * handle_pkt moved to pkt.c
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 688da91..a1e234f 100644
--- a/README
+++ b/README
@@ -1,11 +1,13 @@
-PingTunnel Read Me
+PingTunnel-ng Read Me
==================
-What is ptunnel?
+What is ptunnel-ng?
----------------
Ptunnel is an application that allows you to reliably tunnel TCP connections
to a remote host using ICMP echo request and reply packets, commonly known as
ping requests and replies.
+Ptunnel-ng is a bugfixed and refactored version of Ptunnel with some additional
+features e.g. change the magic value without recompiling (bypass Cisco IPS).
Contact details
@@ -16,6 +18,8 @@ The official ptunnel website is located here:
<http://www.cs.uit.no/~daniels/PingTunnel/>
The Windows port was created by Mike Miller:
<mike@mikeage.net>
+The ng fork was done by Toni Uhlig:
+ <matzeton@googlemail.com>
Compiling