Displaying 6 results from an estimated 6 matches for "nfq_fd".
2011 Apr 22
2
[Bug 715] New: nfq_nfnlh() and nfq_fd() should have const arguments
http://bugzilla.netfilter.org/show_bug.cgi?id=715
Summary: nfq_nfnlh() and nfq_fd() should have const arguments
Product: libnetfilter_queue
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: libnetfilter_queue
AssignedTo: netfilter-b...
2012 Dec 17
31
Your Bugzilla bug list needs attention.
...t; http://bugzilla.netfilter.org/show_bug.cgi?id=701
A way to convert an iptables command to its iptables-save equivalent output
-> http://bugzilla.netfilter.org/show_bug.cgi?id=705
Some accepted packets get lost
-> http://bugzilla.netfilter.org/show_bug.cgi?id=708
nfq_nfnlh() and nfq_fd() should have const arguments
-> http://bugzilla.netfilter.org/show_bug.cgi?id=715
Errors in compiling nfqnl_test.c
-> http://bugzilla.netfilter.org/show_bug.cgi?id=743
Range check for ulog-cprange is wrong
-> http://bugzilla.netfilter.org/show_bug.cgi?id=748
IPv6 bridging...
2012 Nov 17
29
Your Bugzilla bug list needs attention.
...t; http://bugzilla.netfilter.org/show_bug.cgi?id=701
A way to convert an iptables command to its iptables-save equivalent output
-> http://bugzilla.netfilter.org/show_bug.cgi?id=705
Some accepted packets get lost
-> http://bugzilla.netfilter.org/show_bug.cgi?id=708
nfq_nfnlh() and nfq_fd() should have const arguments
-> http://bugzilla.netfilter.org/show_bug.cgi?id=715
double entry of nf_conntrack_max in /proc
-> http://bugzilla.netfilter.org/show_bug.cgi?id=722
Errors in compiling nfqnl_test.c
-> http://bugzilla.netfilter.org/show_bug.cgi?id=743
Range chec...
2013 Jan 18
30
Your Bugzilla bug list needs attention.
...t; http://bugzilla.netfilter.org/show_bug.cgi?id=701
A way to convert an iptables command to its iptables-save equivalent output
-> http://bugzilla.netfilter.org/show_bug.cgi?id=705
Some accepted packets get lost
-> http://bugzilla.netfilter.org/show_bug.cgi?id=708
nfq_nfnlh() and nfq_fd() should have const arguments
-> http://bugzilla.netfilter.org/show_bug.cgi?id=715
Errors in compiling nfqnl_test.c
-> http://bugzilla.netfilter.org/show_bug.cgi?id=743
Range check for ulog-cprange is wrong
-> http://bugzilla.netfilter.org/show_bug.cgi?id=748
IPv6 bridging...
2011 Aug 31
1
[Bug 743] New: Errors in compiling nfqnl_test.c
...d reference to `nfq_unbind_pf'
nfqnl_test.c:(.text+0x25c): undefined reference to `nfq_bind_pf'
nfqnl_test.c:(.text+0x2c4): undefined reference to `nfq_create_queue'
nfqnl_test.c:(.text+0x328): undefined reference to `nfq_set_mode'
nfqnl_test.c:(.text+0x36c): undefined reference to `nfq_fd'
nfqnl_test.c:(.text+0x39a): undefined reference to `nfq_handle_packet'
nfqnl_test.c:(.text+0x3f8): undefined reference to `nfq_destroy_queue'
nfqnl_test.c:(.text+0x410): undefined reference to `nfq_close'
collect2: ld returned 1 exit status
Can you please guide me to resolve the i...
2012 Apr 25
1
forwarding packets to service in same host without using loopback network
...create_queue()\n");
exit (1);
}
printf ("setting copy_packet mode\n");
if (nfq_set_mode (qh, NFQNL_COPY_PACKET, 0xffff) < 0)
{
fprintf (stderr, "can't set packet_copy mode\n");
exit (1);
}
fd = nfq_fd (h);
for (;;)
{
if ((rv = recv (fd, buf, sizeof (buf), 0)) >= 0)
{
printf ("pkt received\n");
nfq_handle_packet (h, buf, rv);
continue;
}
/* if your application is too slow to digest the packets that
* are sen...