aports/main/wireshark/fix-androiddump.patch
Linux User a3c70e4154 main/wireshark: security upgrade to 2.2.2
fixes #6480

CVE-2016-7957, CVE-2016-7958, CVE-2016-9372, CVE-2016-9374,
CVE-2016-9376, CVE-2016-9373, CVE-2016-9375
2016-12-01 06:58:43 +00:00

12 lines
405 B
Diff

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>