aboutsummaryrefslogtreecommitdiffstats
path: root/main/wireshark/fix-androiddump.patch
diff options
context:
space:
mode:
authorLinux User <sergey@hp.util.wtbts.net>2016-11-28 11:12:35 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-12-01 06:58:43 +0000
commita3c70e4154e1e81f0bd3787ff230e9ca4c3064d0 (patch)
tree4a0aafd3ecb64bcbf98aaa8e295eb423a5bc632d /main/wireshark/fix-androiddump.patch
parent209279633fe34947456fb0e466bfaa9efd8ae60b (diff)
downloadaports-a3c70e4154e1e81f0bd3787ff230e9ca4c3064d0.tar.bz2
aports-a3c70e4154e1e81f0bd3787ff230e9ca4c3064d0.tar.xz
main/wireshark: security upgrade to 2.2.2
Diffstat (limited to 'main/wireshark/fix-androiddump.patch')
-rw-r--r--main/wireshark/fix-androiddump.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/wireshark/fix-androiddump.patch b/main/wireshark/fix-androiddump.patch
new file mode 100644
index 0000000000..dbb72b8608
--- /dev/null
+++ b/main/wireshark/fix-androiddump.patch
@@ -0,0 +1,11 @@
+diff -ru wireshark-2.2.2.orig/extcap/androiddump.c wireshark-2.2.2/extcap/androiddump.c
+--- wireshark-2.2.2.orig/extcap/androiddump.c 2016-11-28 09:55:43.000000000 +0000
++++ wireshark-2.2.2/extcap/androiddump.c 2016-11-28 09:56:30.683553877 +0000
+@@ -30,6 +30,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <time.h>
++#include <sys/time.h>
+
+ #ifdef HAVE_NETINET_IN_H
+ # include <netinet/in.h>