Re: understanding TCP-IP interface in linux kernel
- From: "will_u_tellmemore" <will.u.tellmemore@xxxxxxxxx>
- Date: 30 Oct 2006 01:29:20 -0800
Hi all,
Thanks for the links which you have sent .I am going through those .
Where do you want to capture outgoing packets. Before or after TCP
processing?
I want to get incoming packet before TCP and outgoing packet after TCP.
So meaning there by , i would like to have module sitting between TCP
and IP . Correct me if i am wrong ...
I have also come across netfilter framework in linux kernel using which
we can provide hooking functions and intercept packets. Though am not
sure ,does this intercept packet before going to "IP" layer ?? If yes,
is this one which i can use ??
Would you please tell what you're going to do with the intercepted
packets (if it's IP it's a packet, if it's TCP it's a segment).
I am trying to write this module which will implement Fault tolrent TCP
:
Ref : http://citeseer.ist.psu.edu/alvisi00wrapping.html
So does netfilter is right choice to go about it ??
Thanking all in advance ....
Regards,
TellMeMore
.
- References:
- understanding TCP-IP interface in linux kernel
- From: will_u_tellmemore
- Re: understanding TCP-IP interface in linux kernel
- From: Tauno Voipio
- Re: understanding TCP-IP interface in linux kernel
- From: Neo
- understanding TCP-IP interface in linux kernel
- Prev by Date: Re: PPP on FC5: kernel modules?
- Next by Date: Routing IGP vs EGP
- Previous by thread: Re: understanding TCP-IP interface in linux kernel
- Next by thread: D-Link DSL300 not accesable over browser anymore
- Index(es):
Relevant Pages
|