First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Wireshark Promiscuous Mode not working on MacOS Catalina

Hi, I am using wireshark v3.2.6 on macOS 10.15.6 and I am not able to capture all network traffic even though promiscuous mode is turned-on for wireshark. I can capture the traffic for my machine on en0 interface but not for any other device on my network. Am I missing something over here?

SS's avatar
1
SS
asked 2020-09-18 06:09:09 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

en0 represents the WiFi interface, yes? Then have a look here what's involved with that.

Jaap's avatar
13.7k
Jaap
answered 2020-09-18 06:31:11 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Does your machine have a Wi-Fi interface? If so, then en0 is probably a Wi-Fi interface and, as Jaap notes, They're Different, in that promiscuous mode doesn't work the way it does on Ethernet interfaces.

If you don't have a Wi-Fi interface, and en0 is an Ethernet interface, then are you on a switched network? If so, then, even if the adapter and the OS driver for the adapter support promiscuous mode, you might still not be able to capture all traffic, because the switch won't send all traffic to your Ethernet, by default. See the page for Ethernet capture setup in the Wireshark Wiki for information on capturing on switched Ethernets.

Guy Harris's avatar
19.9k
Guy Harris
answered 2020-09-18 07:35:34 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer