Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 08/18/2000 07:11:48
Module Name:	syssrc
Committed By:	jhawk
Date:		Fri Aug 18 04:11:48 UTC 2000

Modified Files:
	syssrc/sys/dev/pcmcia: if_wi.c

Log Message:
Copy wi_{dst,src}_addr from struct wi_frame into faked-up ether_header
instead of addr1 and addr2. THis means that tcpdump -e will show the
correct MAC address for communications with access points instead of showing
the BSSID.

In the future there should be 802.11 support for bpf/libpcap/tcpdump,
but that is aways down the road.

Also fix a typo in a comment.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/dev/pcmcia/if_wi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.