Wireshark and promiscous mode

3

1

I am using Wireshark for class. Does Wireshark put your card in promiscuous mode automatically, or must you manually do it? I've searched everywhere I can, and cannot find the answer. I have it running in a virtual machine, and when I set the virtual machine promiscuous mode I'm not sure if that means I'm actually putting the card in such a mode, or just enabling the ability to put it in such mode. Basically I'm not sure if the virtual machine setting is turning on promiscuous or Wireshark.

rubixibuc

Posted 2012-02-24T04:10:28.377

Reputation: 1 492

1Yes, the wireshark will automatically put the card in promiscuous mode. – Sam Liao – 2012-02-24T04:16:21.613

Answers

4

Wireshark automatically puts the card into promiscuous mode.

Optionally, this can be disabled by using the -p parameter in the command line, or via a checkbox in the GUI:

Capture > Options > Capture packets in promiscuous mode

Renan

Posted 2012-02-24T04:10:28.377

Reputation: 7 463