* modifying tcp/ip stack
@ 2004-08-21 5:47 cranium2003
0 siblings, 0 replies; only message in thread
From: cranium2003 @ 2004-08-21 5:47 UTC (permalink / raw)
To: netfilter; +Cc: kernerl mail
Hello,
I want to modify existing protocol stack as
given below.
What exactly i want to do is that i want to
add a new protocol headerin between IP and ETHERNET
header.
I want to implement packet structure as
(Ethernet header +MY header + IP header +TCP header +
PAYLOAD) that mean when packet comes from NIC it
should first remove MY header in my routine then IP
header in ip_input.c file.
Also at transmitting end packet at IP layer
with (IP header + TCP header +PAYLOAD)structure passed
to ip_output.c then given to my routine for adding a
new protocol header on that packetand then to Ethernet
layer.
I want your help to know what changes i
require to do in kernel 2.4.24 to achieve this?
Please kindly reply me.
Thaking you.
Regards,
Parag.
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-21 5:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-21 5:47 modifying tcp/ip stack cranium2003
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®