[Bug 845] checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met:
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Mon Aug 19 14:44:49 CEST 2013
https://bugzilla.netfilter.org/show_bug.cgi?id=845
--- Comment #9 from donnjohn at us.ibm.com 2013-08-19 14:44:49 CEST ---
(In reply to comment #8)
> Again this appears to be incorrect (old?) headers on your system, as tos
> clearly exists in struct iphdr on my system (from /usr/include/netinet/ip.h):
>
> struct iphdr
> {
> #if __BYTE_ORDER == __LITTLE_ENDIAN
> unsigned int ihl:4;
> unsigned int version:4;
> #elif __BYTE_ORDER == __BIG_ENDIAN
> unsigned int version:4;
> unsigned int ihl:4;
> #else
> # error "Please fix <bits/endian.h>"
> #endif
> u_int8_t tos;
> u_int16_t tot_len;
> u_int16_t id;
> u_int16_t frag_off;
> u_int8_t ttl;
> u_int8_t protocol;
> u_int16_t check;
> u_int32_t saddr;
> u_int32_t daddr;
> /*The options start here. */
> };
What version is your platform ?
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the netfilter-buglog
mailing list