ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] WiFi Support

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Mon, 5 Jul 2004 01:36:53 -0700
On Sun, Jul 04, 2004 at 05:17:34PM +0300, Moshe Haviv wrote:
> I am a heavy ETHEREAL user for professional purposes.
> I would like to see suuport for 802.11 a/b/g support for Wireless link.
> ETHEREAL shows it as one of the NICs but does not collect any data.
> Is there any patch for this support.

The patch would probably have to be a patch to the OS; the problem is
almost certainly a driver problem.

If the OS is Windows, you're probably out of luck.  802.11 capturing
doesn't work well on Windows with the drivers that come with 802.11
cards and the NDIS mechanism that WinPcap has to plug into in order to
capture.  Promiscuous mode doesn't work very well:

	http://www.ndis.com/faq/QA01190301.htm

because you might get no packets:

	http://www.ethereal.com/faq.html#q5.37

or you might, at least, not get any packets sent by your machine:

	http://www.ethereal.com/faq.html#q5.38

and you won't even be able to put the card into monitor mode at all.

You *might* be able to capture traffic to and from the machine running
Ethereal if you turn promiscuous mode off.

On Linux or one of the BSDs, it might work better, but there might be a
driver problem; you'd have to contact whoever supplies the OS (Linux
distributor, {free,net,open,dragonfly}bsd.org, apple.com) about the
problem.  Note that monitor mode might not be supported for all cards on
those OSes.