|
|
Hack Tool Repository
hping |
Comments:
|
When compiling hping (or any other tool that needs libpcap) you will run into a compile error: libpcap_stuff.c:20:21: error: net/bpf.h: No such file or directory libpcap_stuff.c: In function pcap_recv: libpcap_stuff.c:61: warning: pointer targets in assignment differ in signedness make: *** [libpcap_stuff.o] Error 1
This is due to the fact that the net directory does not exist. Execute the following commands to resolve this issue: by merctech at 2007-10-16 14:45:11 |
|
When compiling hping (or any other tool that needs libpcap) you will run into a compile error: libpcap_stuff.c:20:21: error: net/bpf.h: No such file or directory libpcap_stuff.c: In function pcap_recv: libpcap_stuff.c:61: warning: pointer targets in assignment differ in signedness make: [libpcap_stuff.o] Error 1
This is due to the fact that the net directory does not exist. Execute the following commands to resolve this issue: by merctech at 2007-10-16 14:45:53 |
|
When compiling hping (or any other tool that needs libpcap) you will run into a compile error: libpcap_stuff.c:20:21: error: net/bpf.h: No such file or directory libpcap_stuff.c: In function pcap_recv: libpcap_stuff.c:61: warning: pointer targets in assignment differ in signedness make: *** [libpcap_stuff.o] Error 1
This is due to the fact that the net directory does not exist. Execute the following commands to resolve this issue: by marc at 2007-10-16 14:55:54 |
