From: "Javier Govea" <jgovea@magma.ca>
To: linux-kernel@vger.kernel.org
Subject: Source ports at the IP layer
Date: Tue, 14 Oct 2003 17:13:54 -0400 (EDT) [thread overview]
Message-ID: <200310142113.h9ELDsAp002223@webmail1.magma.ca> (raw)
Hi guys,
I want to get the source ports of every incomming IP packet at the IP layer, but I'm
having problems.
A print out, in the ip_rcv() function (in ip_input.c), of skb->h.uh->source (for the UDP
source port) and of skb->h.th->source (for the TCP source port) is always displaying 17664
(and i'm sure that is not the real source port). What am i doing wrong?? Is it possilble
at all to get the source ports directly from skb->h.th->source at this early stage, i mean
at the IP layer?? Do i need to do some casting or calling another function before i can
get the ports???
I also tried
struct tcphdr *th = (struct tcphdf *)skb->h.th;
and then printing out th->source...but i'm still getting 17664...any suggestion on how I
can get the ports??? All ideas are very very welcome...
Thanx in advance...
Xavier
next reply other threads:[~2003-10-14 21:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-14 21:13 Javier Govea [this message]
2003-10-14 21:42 ` Willy Tarreau
2003-10-15 6:57 ` Raj
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=200310142113.h9ELDsAp002223@webmail1.magma.ca \
--to=jgovea@magma.ca \
--cc=linux-kernel@vger.kernel.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®