xpcap
xpcap copied to clipboard
Logic error in sniffer.c when specific BPF device is requested
Line 57 in sniffer.c:
if (sniffer->fd != -1)
Should be:
if (sniffer->fd == -1)