Don’t put the interface into promiscuous mode
“-p/--no-promiscuous-mode
“ option tells tcpdump
not put the interface into promiscuous mode. tcpdump
attains this purpose through either setting promisc
argument to 0
in pcap_open_live function or calling pcap_set_promisc API.