I want to use dumpcap.exe in my code(running Windows 7). Which dlls(probably from Wireshark folders) do I have to add to the exe? The command should be something like that dumpcap -a 30 -f "udp and dst 192.168.2.1" -i "my capture inteface" -p -w "outfile" Regards I. Lesher asked 15 Jan '13, 08:37 triplebit |
One Answer:
How about spawning a process that runs dumpcap? That's what Wireshark does. answered 17 Jan '13, 03:41 packethunter |