From: cranium2003 <cranium2003@yahoo.com>
To: netfilter <netfilter-devel@lists.netfilter.org>
Cc: kernerl mail <linux-kernel@vger.kernel.org>
Subject: modifying tcp/ip stack
Date: Fri, 20 Aug 2004 22:47:32 -0700 (PDT) [thread overview]
Message-ID: <20040821054732.28472.qmail@web41408.mail.yahoo.com> (raw)
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
reply other threads:[~2004-08-21 5:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040821054732.28472.qmail@web41408.mail.yahoo.com \
--to=cranium2003@yahoo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®