Displaying 7 results from an estimated 7 matches for "ip_conntrack_help".
Did you mean:
ip_conntrack_helper
2003 Apr 29
0
[Bug 90] New: RPC and RSH conntrack helpers don't use struct ip_conntrack_helper->name correctly
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=90
Summary: RPC and RSH conntrack helpers don't use struct
ip_conntrack_helper->name correctly
Product: netfilter/iptables
Version: patch-o-matic
Platform: other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: connection tracking
AssignedTo: gandalf@wlug.westbo...
2004 Nov 11
0
[Bug 90] RPC and RSH conntrack helpers don't use struct ip_conntrack_helper->name correctly
...ter@linuxace.com
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From netfilter@linuxace.com 2004-11-11 22:13 MET -------
Patches submitted to netfilter-devel to fix both rpc and rsh helper handling of
ip_conntrack_helper->name.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
2003 Apr 29
0
[Bug 90] RPC and RSH conntrack helpers don't use struct ip_conntrack_helper->name correctly
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=90
gandalf@wlug.westbo.se changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching
2003 Feb 08
0
[Bug 46] ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
.../* 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 */
union ip_conntrack_help help;
};
..I'm a C newbie: "proto" and "help": How _should_ these look???
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
2003 Feb 14
0
[Bug 46] ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
...lter.org 2003-02-14 09:27 -------
#include <linux/netfilter_ipv4/ip_conntrack.h>
should be included by nfnetlink_conntrack.h... but for some reason (I think too
complex makefile dependencies) I didn't put that line in.
ip_conntrack.h contains the definitions foer ip_conntrack_proto and
ip_conntrack_help.
This is absolutely no 'blocker' severity. It is a minor issue with some
experimental code used by almost nobody.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
2003 Feb 03
0
[Bug 39] New: can't execute 'make modules'
...3
kernel: 2.4.19
iptables version: iptables-1.2.5-3
result of 'make module' command:
make -C ipv4/netfilter modules
make[2]: Cambiando a directorio `/usr/src/linux-2.4.19/net/ipv4/netfilter'
make[2]: Se elimina la dependencia circular
/usr/src/linux-2.4.19/include/linux/netfilter_ipv4/ip_conntrack_helper.h <-
/usr/src/linux-2.4.19/include/linux/netfilter_ipv4/ip_conntrack.h.
ld -m elf_i386 -r -o ip_conntrack.o ip_conntrack_standalone.o
ip_conntrack_core.o ip_conntrack_proto_generic.o ip_conntrack_proto_tcp.o
ip_conntrack_proto_udp.o ip_conntrack_proto_icmp.o
ld -m elf_i386 -r -o iptable_nat.o...
2003 Feb 08
0
[Bug 46] New: ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
...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 */
union ip_conntrack_help help;
};
..I'm a C newbie: "proto" and "help": How _should_ these look???
..failing my diagnosis above, I added vertical space for
readability of the compile failure output:"
In file included from nfnetlink_conntrack.c:44:
/usr/src/linux-2.4.18-24.8...