I had been running wireshark successfully for some time. In late august, a microsoft update to my XP operating system locked my computer up and I had no alternative but to start from scratch and reload my operating system and all the programs that I was using. Since then, I cannot get Wireshark to work. My wireless works properly but when I try a wireshark packet capture I get the following message:
The hardware has been set to promiscuous mode so the first line is wrong. I know something is set wrong but I can't figure out what.
asked 24 Oct '10, 20:45 Baffled |
One Answer:
This is almost certainly a WinPcap problem; it probably got an error from the WinPcap driver. Try capturing with WinDump - without the "-p" flag, so that it tries to turn promiscuous mode on - and see whether it reports the same error. If so, this is definitely a WinPcap error, and you'll need to report it to the WinPcap developers. answered 26 Oct '10, 20:53 Guy Harris ♦♦ |
Did you also try to (re)install WinPcap?
You can download the latest stable WinPcap version 4.1.2 here.
Try to run:
$ wireshark -i 3 -o "capture.prom_mode: TRUE" -k
I have reinstalled WinPcap 4.1.2 and an older version of WinPcap. Both had no effect. Also no luck with the running the suggested command. Thanks for the attempt Joke. Baffled
Can you go into Capture Options and turn off promiscuous mode and then try the capture? If that's the problem then you should get an error message.
When you select Capture > Interfaces do you see your adapter and does it seem to indicate it sees traffic?
Laura I tried turning off promiscuous mode as you suggested and Wireshark begins capturing packets normally without any error message. As for my adapter, it is listed as an interface and it does appear to be seeing traffic.
Guy As it turns out, this is a computer specific issue. When my system crashed and I reloaded everything, I must have updated my wireless driver. While the new driver would work for everything else, it would not run Wireshark in promiscuous mode. By rolling back my driver to a previous version, the problems went away. I hadn't thought to try this earlier. Thanks to everyone for the suggestions anyway. Baffled