diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-05-13 20:08:31 +0000 |
---|---|---|
committer | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-05-13 20:08:31 +0000 |
commit | 50304222342085e69bed3d995c14a4d7be715353 (patch) | |
tree | 4abc982c8f02e820a2f07041fbbaa57c42dae251 /data/hping/patch-libpcap_stuff.c.diff | |
parent | 486367973220c86348cc728f802799589d655fb9 (diff) |
Added hping
Diffstat (limited to 'data/hping/patch-libpcap_stuff.c.diff')
-rw-r--r-- | data/hping/patch-libpcap_stuff.c.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/hping/patch-libpcap_stuff.c.diff b/data/hping/patch-libpcap_stuff.c.diff new file mode 100644 index 000000000..6914899ab --- /dev/null +++ b/data/hping/patch-libpcap_stuff.c.diff @@ -0,0 +1,13 @@ +--- a/libpcap_stuff.c.orig Sat Apr 10 06:38:56 2004 ++++ b/libpcap_stuff.c Tue Apr 12 20:21:56 2005 +@@ -16,8 +16,8 @@ + #include <string.h> + #include <stdlib.h> + #include <sys/ioctl.h> +-#include <pcap.h> + #include <net/bpf.h> ++#include <pcap.h> + + #include "globals.h" + + |