สนใจทำ แต่ ลงแล้ว มันติดตรง make แบบนี้ครับแก้ไงครับ
[root@hosxp src]# make
gcc -Wall -O2 -c analyse.c -o analyse.o
In file included from analyse.c:24:
ipwatchd.h:42:18: error: pcap.h: No such file or directory
In file included from analyse.c:24:
ipwatchd.h:151: warning: âstruct pcap_pkthdrâ declared inside parameter list
ipwatchd.h:151: warning: its scope is only this definition or declaration, which is probably not what you want
analyse.c:38: warning: âstruct pcap_pkthdrâ declared inside parameter list
analyse.c:39: error: conflicting types for âipwd_analyseâ
ipwatchd.h:151: error: previous declaration of âipwd_analyseâ was here
make: *** [analyse.o] Error 1