I am running Ubuntu Linux and had installed Wireshark on it. I can see the incoming and outgoing traffic just fine. but as you know when you run Wireshark your nic should be on promiscuous mode.
when I check my nic status with netstat -i
I can't see p
flag that shown promiscuous mode, so that means my nic is not in promiscuous mode?
how can I know my nic is on promiscuous mode when I run Wireshark?