You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As workaround for capturing packets of all interfaces, we need to open adapter devices sequencely in the main program and then for each opened adapter device we can create a thread to read the packets from the device and dump them to a pcap file.
main program { fp= pcap_open_live(adapterName.c_str(), 65535, 0, 500, errorBuffer)}
pcap_open_live is thread safe in winpcap 4.1.3 but not in win10pcap.
The text was updated successfully, but these errors were encountered: