Saadia Fatima wrote:
Hi,
How can I pass raw Wifi Headers to pcap. In mac, the wifi headers are converted 
into ethernet headers and passed on to upper layers. How can I bypass that?

If you're using a Solaris that has the BPF driver and libpcap using that driver, then you should only see the native type headers (802.11) and not the 'cooked' headers (802.3) on any Wifi device.

What do you see with "tcpdump -L wifi0" and "tcpdump -c3 -envvv -i wifi0"?

Darren

_______________________________________________
networking-discuss mailing list
networking-discuss@opensolaris.org

Reply via email to