Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 411 Bytes

dont-put-the-interface-into-promiscuous-mode.md

File metadata and controls

3 lines (2 loc) · 411 Bytes

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.