This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

802.11 Channel grayed out on Wireshark 1.10.1 for OS X

0

I'm trying to do WiFi capture on my Mac, but I can't seem to select the channel I want to capture on. The 802.11 Channel, Channel Offset, FCS Filter, and Wireless Settings are all grayed out. Here is my configuration:

  • Wireshark 1.10.1 (SVN Rev 50926)
  • OS X 10.8.5

Capture Options:

  • Link-layer header type: 802.11 plus radiotap header
  • Promiscuous mode: enabled
  • Monitor mode: enabled

asked 19 Sep '13, 12:32

elin05's gravatar image

elin05
21226
accept rate: 0%

edited 19 Sep '13, 13:15

Can you show us what is the output of wireshark -D command given from you terminal.

BTW: can you run wireshark from terminal wireshark and see if you see any error on the terminal after wireshark window is opened.

(19 Sep '13, 12:52) Edmond

I always run it from the OS GUI. I get "command not found" when typing "wireshark" in the Terminal.

(19 Sep '13, 13:03) elin05

It looks strange. I've installed it from .dmg and have the same OS version you have and:

XQuartz 2.7.4 (xorg-server 1.13.0)

wireshark 1.10.1 (SVN Rev 50926 from /trunk-1.10)

My which command gives me this path for wireshark

/usr/local/bin/wireshark

Give it a try to see what logs do you get on terminal. If your wireshark is not even in that path and you can't find where it is, check system logs

tail -f /var/log/system.log

and open wireshark from GUI.

What type of installation did you do? Is it possible to reinstall it again? When you mount the .dmg image you will see a Read me first.rtf. Try reading it if you want to uninstall your current wireshark installation.

Let us know.

(19 Sep '13, 15:35) Edmond

One Answer:

1

I'm trying to do WiFi capture on my Mac, but I can't seem to select the channel I want to capture on.

That's because Wireshark doesn't include any code to support using, for example, the CoreWLAN framework to control the channel for AirPort devices, as nobody's written that code.

The fact that those options are there at all is arguably a bug; they shouldn't be there on OS X unless and until Wireshark supports them on OS X.

answered 19 Sep '13, 21:20

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196
accept rate: 19%