6596cdb087
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.
12 lines
329 B
Text
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)
|