diff options
Diffstat (limited to 'net/honeyd/files/patch-honeyd.h')
-rw-r--r-- | net/honeyd/files/patch-honeyd.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/honeyd/files/patch-honeyd.h b/net/honeyd/files/patch-honeyd.h new file mode 100644 index 000000000000..57eab22b6c11 --- /dev/null +++ b/net/honeyd/files/patch-honeyd.h @@ -0,0 +1,20 @@ +--- honeyd.h.orig Thu Apr 14 16:07:26 2005 ++++ honeyd.h Thu Apr 14 14:30:27 2005 +@@ -32,6 +32,8 @@ + #ifndef _HONEYD_H_ + #define _HONEYD_H_ + ++#include <pcap.h> ++ + #define PIDFILE "/var/run/honeyd.pid" + + #define TCP_DEFAULT_SIZE 512 +@@ -300,6 +302,8 @@ + char *honeyd_contoa(const struct tuple *); + + void honeyd_input(const struct interface *, struct ip_hdr *, u_short); ++ ++void honeyd_recv_cb(u_char *, const struct pcap_pkthdr *, const u_char *); + + /* Command prototypes for services */ + void cmd_droppriv(uid_t, gid_t); |