History log of /external/iptables/utils/nfsynproxy.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1fc21d3696cb108723bf7ab2b5d07a63e3701201 18-Nov-2013 Pablo Neira Ayuso <pablo@netfilter.org> utils: nfsynproxy: fix error while compiling the BPF filter

Fix the following error while running nfsynproxy here:

pcap_compile: not-yet-activated pcap_t passed to pcap_compile

According to what I have read, we have to compile the filter
once the pcap_t handle has been activated.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
/external/iptables/utils/nfsynproxy.c
9e6928f037823773a37630dec5a764455dcea6fb 28-Aug-2013 Patrick McHardy <kaber@trash.net> utils: add nfsynproxy tool

[ Originally synconf, but Jesper D. Brouer suggested to change
the name to avoid a possible filename clash. I also include
nfsynproxy in the final configure report --pablo ]

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
/external/iptables/utils/nfsynproxy.c