Bug 20660

Summary: if_wi provides 802.11 src and dst, not ethernet src and dst
Product: Base System Reporter: Bill Fenner <fenner>
Component: i386Assignee: Bill Paul <wpaul>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Bill Fenner 2000-08-16 19:40:00 UTC
	

if_wi.c supplies the 802.11 MAC source and destination addresses when
receiving a packet.  When in infrastructure mode, this may not be what
you're interested in (e.g. when I'm running tcpdump I'm more interested
in the original MAC source than which access point sent it to me).
When not in infrastructure mode, these addresses are the same.

How-To-Repeat: 
	
tcpdump -e -i wi0
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-16 20:20:12 UTC
Responsible Changed
From-To: freebsd-bugs->wpaul

Bill, this one contains a patch. :-)
Comment 2 Bruce M Simpson freebsd_committer freebsd_triage 2004-07-09 07:12:47 UTC
State Changed
From-To: open->closed

802.11 is Very Different Now