12 lines
294 B
Diff
12 lines
294 B
Diff
--- hping3-20051105/libpcap_stuff.c 2018-02-28 13:08:48.827000712 +0530
|
|
+++ hping3-3.0.0/libpcap_stuff.c 2018-02-11 18:37:24.000000000 +0530
|
|
@@ -17,7 +17,7 @@
|
|
#include <stdlib.h>
|
|
#include <sys/ioctl.h>
|
|
#include <pcap.h>
|
|
-#include <net/bpf.h>
|
|
+#include <pcap/bpf.h>
|
|
|
|
#include "globals.h"
|
|
|