IOUsniffer icon indicating copy to clipboard operation
IOUsniffer copied to clipboard

make error pcap.h: No such file or directory

Open davparker opened this issue 9 years ago • 1 comments

I'm having trouble compiling...

LMint ~/IOUsniffer $ make gcc -c -g -ggdb -Wall -O0 -o iousniff.o iousniff.c iousniff.c:31:18: fatal error: pcap.h: No such file or directory #include <pcap.h> #include <pcap.h> ^ compilation terminated. make: *** [iousniff.o] Error 1

davparker avatar Oct 18 '14 08:10 davparker