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
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
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
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
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