Displaying 2 results from an estimated 2 matches for "cta_proto".
2003 Feb 08
0
[Bug 46] ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
...then 'make modules_install'
and finish off with 'make install'.
.._is_ the root cause here?: head -n 70 \
/usr/src/linux-2.4.18-24.8.0/include/linux/nfnetlink_conntrack.h \
| tail-n 15
};
#endif /* CONFIG_IP_NF_NAT_NEEDED */
struct cta_proto {
unsigned char num_proto; /* Protocol number IPPROTO_X */
union ip_conntrack_proto proto;
};
struct cta_help {
struct ip_conntrack_tuple tuple;
struct ip_conntrack_tuple mask;
char name[31]; /* name of...
2003 Feb 08
0
[Bug 46] New: ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
...07: dereferencing pointer to incomplete type
nfnetlink_conntrack.c:107: dereferencing pointer to incomplete type...
...etc.
..root cause here: head -n 70 \
/usr/src/linux-2.4.18-24.8.0/include/linux/nfnetlink_conntrack.h \
| tail-n 15
};
#endif /* CONFIG_IP_NF_NAT_NEEDED */
struct cta_proto {
unsigned char num_proto; /* Protocol number IPPROTO_X */
union ip_conntrack_proto proto;
};
struct cta_help {
struct ip_conntrack_tuple tuple;
struct ip_conntrack_tuple mask;
char name[31]; /* name of conntrack helper */...