blob: ece3acd1995d00bae75cea65a9212c74dfd56997 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- dsniff-2.4.orig/tcp_raw.h 2001-03-15 09:33:06.000000000 +0100
+++ dsniff-2.4/tcp_raw.h 2009-12-11 12:44:28.000000000 +0100
@@ -15,7 +15,7 @@ typedef void (*tcp_raw_callback_t)(in_ad
u_short sport, u_short dport,
u_char *buf, int len);
-struct iovec *tcp_raw_input(struct libnet_ip_hdr *ip,
+struct iovec *tcp_raw_input(struct libnet_ipv4_hdr *ip,
struct libnet_tcp_hdr *tcp, int len);
void tcp_raw_timeout(int timeout, tcp_raw_callback_t callback);
|