Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@kali:~# git clone https://github.com/ZerBea/hcxtools.git
- Cloning into 'hcxtools'...
- remote: Counting objects: 3257, done.
- remote: Total 3257 (delta 0), reused 0 (delta 0), pack-reused 3257
- Receiving objects: 100% (3257/3257), 950.95 KiB | 1.11 MiB/s, done.
- Resolving deltas: 100% (2284/2284), done.
- root@kali:~# cd hcxtools/
- root@kali:~/hcxtools# make
- gcc -std=gnu99 -O3 -Wall -Wextra -o wlandump-ng wlandump-ng.c -lpcap -lrt
- wlandump-ng.c:23:10: fatal error: pcap.h: No such file or directory
- #include <pcap.h>
- ^~~~~~~~
- compilation terminated.
- Makefile:34: recipe for target 'build' failed
- make: *** [build] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement