Ryan Mooney wrote:
> 
> Hello,
> 
> I'm trying to write an ethernet level network tester to test a wireless
> gigabit product the company I'm working for has developed.  I need
> to be able to get packets off a Gig-E interface that have bad CRC
> checksums so I can see how badly mangled they are.  I've tried using
> pcap and ng_ether int: lowerboth of which are giving me just the "good"
> packets.
> 
> Right now they are being discarded somewhere below the bpf interface.
> I'm not sure where, I've read through a bunch of the *if* code, but

they are discarded by the Ethernet chipset itself, and this the reason
why you don't see any source code for managing bad frames.

[SNIP]
> 
> If anyone knows how I can get the bad packets to examine them, I'd much
> appreciate it.

typically by tweaking the chipset, if at all possible, in order to see
also bea frames

-- 
Thierry Herbelot

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to