bugzilla-daemon at netfilter.org
2014-Jun-20 09:46 UTC
[Bug 962] New: [PATCH] nfq_ip_snprintf always shows the same address in SRC and DST
https://bugzilla.netfilter.org/show_bug.cgi?id=962
Summary: [PATCH] nfq_ip_snprintf always shows the same address
in SRC and DST
Product: libnetfilter_queue
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: libnetfilter_queue
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: lantw44 at gmail.com
Estimated Hours: 0.0
Created attachment 446
--> https://bugzilla.netfilter.org/attachment.cgi?id=446
extra: use inet_ntop instead of inet_ntoa
inet_ntoa() cannot be used twice in the same snprintf() call. I replace
inet_ntoa() with inet_ntop() and the problem is fixed.
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
Seemingly Similar Threads
- [Bug 963] New: nfq_udp_get_payload and nfq_udp_get_payload_len return wrong results
- [Bug 957] New: [PATCH] Wrong function name in libnetfilter_queue/libnetfilter_queue_ipv6.h
- Patch for systems with no setreuid()
- forwarding packets to service in same host without using loopback network
- [PATCH]: configure.in: Missing check for setvbuf
