diff options
| author | Sofian Brabez <sbz@FreeBSD.org> | 2014-07-22 12:33:36 +0000 |
|---|---|---|
| committer | Sofian Brabez <sbz@FreeBSD.org> | 2014-07-22 12:33:36 +0000 |
| commit | 2e875105323361b0bb01abf7a11128835825d298 (patch) | |
| tree | cbdf82280505965ba43404b81015df8104b28d5e /security/dsniff/files/patch-tcp_raw.h | |
| parent | - Update to version 0.46, stagify, and cleanup the port (diff) | |
- Update to 2.4b1
- Fix build with libnet11 and libnids (introduced by r361784)
Reported by: pkg-fallout
Diffstat (limited to 'security/dsniff/files/patch-tcp_raw.h')
| -rw-r--r-- | security/dsniff/files/patch-tcp_raw.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/dsniff/files/patch-tcp_raw.h b/security/dsniff/files/patch-tcp_raw.h new file mode 100644 index 000000000000..e9ff92e72931 --- /dev/null +++ b/security/dsniff/files/patch-tcp_raw.h @@ -0,0 +1,11 @@ +--- ./tcp_raw.h.orig 2001-03-15 09:33:06.000000000 +0100 ++++ ./tcp_raw.h 2014-07-22 13:20:14.000000000 +0200 +@@ -15,7 +15,7 @@ + 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); |
