Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2004 23:19:25 +0100
From:      Bruce M Simpson <bms@spc.org>
To:        Robert Watson <rwatson@freebsd.org>
Cc:        "'net@freebsd.org'" <net@freebsd.org>
Subject:   Re: Question on SOCK_RAW, implement a bpf->other host tee
Message-ID:  <20040718221925.GE87575@empiric.dek.spc.org>
In-Reply-To: <Pine.NEB.3.96L.1040718172545.37108q-100000@fledge.watson.org>
References:  <FE045D4D9F7AED4CBFF1B3B813C85337051D9364@mail.sandvine.com> <Pine.NEB.3.96L.1040718172545.37108q-100000@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 18, 2004 at 05:38:22PM -0400, Robert Watson wrote:
> > I have swapped the ip_len, ip_off fields. 
> 
> Are you sure you need to do this?  I thought BPF/PCAP provided those
> fields in network byte order already, in which case you shouldn't need to
> touch these fields unless you need to adjust them.

I think Don is referring to the fact that IP_HDRINCL in our stack expects
to see these fields in host byte order (as per my update of the ip(4) manual
page quite recently). Raw socket stuff being different from bpf stuff.

BMS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040718221925.GE87575>