summaryrefslogtreecommitdiff
path: root/security/stegtunnel/patches/patch-ag
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2008-05-09 21:39:17 +0000
committeragc <agc@pkgsrc.org>2008-05-09 21:39:17 +0000
commit6596cdb087bdb67efb8176781f67fa9a773cb8fc (patch)
tree524968664985dc78ef6bd8ab4f5b7ac69a87dd90 /security/stegtunnel/patches/patch-ag
parentbfffb34fbf77e68e00e83fe3e10df69936203eee (diff)
downloadpkgsrc-6596cdb087bdb67efb8176781f67fa9a773cb8fc.tar.gz
Initial import of stegtunnel-0.4 into the packages collection.
Stegtunnel provides a covert channel in the IPID and sequence number fields of any desired TCP connection. It requires the server and client to have a previously shared secret in common to detect and decrypt the data.
Diffstat (limited to 'security/stegtunnel/patches/patch-ag')
-rw-r--r--security/stegtunnel/patches/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/stegtunnel/patches/patch-ag b/security/stegtunnel/patches/patch-ag
new file mode 100644
index 00000000000..38541e07c69
--- /dev/null
+++ b/security/stegtunnel/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1.1.1 2008/05/09 21:39:17 agc Exp $
+
+--- session.c 2007/10/03 19:15:45 1.1
++++ session.c 2007/10/03 19:15:56
+@@ -219,7 +219,6 @@
+ struct tcp_hdr *tcp_header;
+ uint8_t hash[SHA1HashSize];
+ uint16_t proxy_port;
+- int i;
+
+ ip_header = (struct ip_hdr *)packet;
+ if (ip_header->ip_p != IP_PROTO_TCP)