* Module For Intercepting Fully Constructed IPv6 Packets
@ 2009-04-30 21:20 Matthew Jakeman
2009-05-04 8:57 ` Andi Kleen
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Jakeman @ 2009-04-30 21:20 UTC (permalink / raw)
To: netdev
Hi,
I am pondering attempting to write a module that will allow me to
intercept an IPv6 packet once it has been fully constructed (so just
before it gets passed to the output interface). The point of this is so
that I can play around with the packets construction however I please to
try out a few things.
I have successfully implemented one version of my code on FreeBSD.
However this is done directly inside the kernel and I would like to
attempt a Linux implementation as a module for greater flexibility.
I have only just started looking into this and was wondering if anyone
could give me any pointers on how I might be able to achieve this. I am
fairly new in the world of Linux kernel hacking with most of my previous
experience being working with the FreeBSD kernel.
Any pointers will be much appreciated.
Cheers
Matt
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Module For Intercepting Fully Constructed IPv6 Packets
2009-04-30 21:20 Module For Intercepting Fully Constructed IPv6 Packets Matthew Jakeman
@ 2009-05-04 8:57 ` Andi Kleen
0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2009-05-04 8:57 UTC (permalink / raw)
To: Matthew Jakeman; +Cc: netdev
Matthew Jakeman <matt@evolution-systems.co.uk> writes:
> I am pondering attempting to write a module that will allow me to
> intercept an IPv6 packet once it has been fully constructed (so just
> before it gets passed to the output interface). The point of this is
> so that I can play around with the packets construction however I
> please to try out a few things.
You need a netfilter module on the OUTPUT chain. For further
questions on that please ask the netfilter mailing list.
-Andi
--
ak@linux.intel.com -- Speaking for myself only.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-04 8:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30 21:20 Module For Intercepting Fully Constructed IPv6 Packets Matthew Jakeman
2009-05-04 8:57 ` Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).