pkgsrc/security/stegtunnel/patches/patch-ag
agc 6596cdb087 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.
2008-05-09 21:39:17 +00:00

12 lines
329 B
Text

$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)