Ardika Rommy Sanjaya

Results 3 comments of Ardika Rommy Sanjaya

I think pcapy doesn’t support pcap_setdirection() yet. As libpcap documentation, pcap_setdirection isn't necessarily fully supported on all platforms. I think this function doesn't supported in Windows platform, so need to...

From the docs: * [https://www.tcpdump.org/manpages/pcap_setdirection.3pcap.html](https://www.tcpdump.org/manpages/pcap_setdirection.3pcap.html) * [https://nmap.org/npcap/guide/wpcap/pcap_setdirection.html](https://nmap.org/npcap/guide/wpcap/pcap_setdirection.html) ``` pcap_setdirection() isn't necessarily fully supported on all platforms; some platforms might return an error for all values, and some other platforms might...