bugzilla-daemon at bugzilla.netfilter.org
2011-Apr-22 06:13 UTC
[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-buglog at lists.netfilter.org ReportedBy: socketpair at gmail.com Estimated Hours: 0.0 i.e. instead of struct nfnl_handle *nfq_nfnlh(struct nfq_handle *h) int nfq_fd(struct nfq_handle *h) it should be struct nfnl_handle *nfq_nfnlh(const struct nfq_handle *h) int nfq_fd(const struct nfq_handle *h) -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes.
bugzilla-daemon at bugzilla.netfilter.org
2011-Apr-26 00:40 UTC
[Bug 715] nfq_nfnlh() and nfq_fd() should have const arguments
http://bugzilla.netfilter.org/show_bug.cgi?id=715 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pablo at netfilter.org --- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> 2011-04-26 02:40:58 --- I'll be very happy to apply patches for this changes. -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes.
bugzilla-daemon at bugzilla.netfilter.org
2013-Feb-15 16:40 UTC
[Bug 715] nfq_nfnlh() and nfq_fd() should have const arguments
http://bugzilla.netfilter.org/show_bug.cgi?id=715 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Pablo Neira Ayuso <pablo at netfilter.org> 2013-02-15 17:40:44 CET --- There is a new API for libnetfilter_queue based on libmnl. I''m closing this. -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
Maybe Matching Threads
- forwarding packets to service in same host without using loopback network
- [Bug 743] New: Errors in compiling nfqnl_test.c
- [ANNOUNCE] libnetfilter_queue 1.0.1 release
- [Bug 716] New: nfq_errno+pthreads is not compatible
- [Bug 957] New: [PATCH] Wrong function name in libnetfilter_queue/libnetfilter_queue_ipv6.h