Sorry- last 3 mails were duplicates off the first

2005-08-21 Thread knash
Sorry the last 3 mails were duplicates off the first, I though my mail server had rejected them, Apologies, Kevin > Hello all, > I'm writing an application which forwards incoming packets > depending on the applications current view of the network. All > packets are sent to userpace with N

changing iphdr->daddr, forwarding packets NF_QUEUE

2005-08-21 Thread knash
Hello all, I'm writing an application which forwards incoming packets depending on the applications current view of the network. All packets are sent to userpace with NF_QUEUE (this was suggested to me by this list and its working great for single hops, thanks :-)). So iphdr->daddr is eith

changing iphdr->daddr forwarding packet

2005-08-21 Thread knash
Hello all, I'm writing an application which forwards incoming packets depending on the applications current view of the network. All packets are sent to userpace with NF_QUEUE (this was suggested to me by this list and its working great for single hops, thanks :-)). So iphdr->daddr is eith

changing iphdr->daddr , forwarding packets

2005-08-21 Thread knash
Hello all, I'm writing an application which forwards incoming packets depending on the applications current view of the network. All packets are sent to userpace with NF_QUEUE (this was suggested to me by this list and its working great for single hops, thanks :-)). So iphdr->daddr is eith

kernel to userspace communication

2005-08-10 Thread knash
Hello all, I'm writing a kernel module which intercepts incoming IP packets and reads information from a custom header. The information contained in "My header" is passed to userspace via netlink. So userspace builds up a picture of the current network state, neighbouring nodes etc. I've inser