All of lore.kernel.org
 help / color / mirror / Atom feed
From: Willy Tarreau <willy@w.ods.org>
To: Javier Govea <jgovea@magma.ca>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Source ports at the  IP layer
Date: Tue, 14 Oct 2003 23:42:31 +0200	[thread overview]
Message-ID: <20031014214231.GC16761@alpha.home.local> (raw)
In-Reply-To: <200310142113.h9ELDsAp002223@webmail1.magma.ca>

 
> 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...

I think you forgot to add the IP header length somewhere, because 17664 is
0x4500 = the start of your IP header, and not the TCP header.

Cheers,
Willy


  reply	other threads:[~2003-10-14 21:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-14 21:13 Source ports at the IP layer Javier Govea
2003-10-14 21:42 ` Willy Tarreau [this message]
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=20031014214231.GC16761@alpha.home.local \
    --to=willy@w.ods.org \
    --cc=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.