From 172c0bd3e6c3e2b6dab46dae04008d430f0d44a5 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Mon, 23 Oct 2017 10:14:29 +0000 Subject: community/wireshark: security upgrade to 2.4.2 (CVE-2017-15191, CVE-2017-15192, CVE-2017-15193) (CVE-2017-13765, CVE-2017-13766, CVE-2017-13767) fixes #8013 #7910 --- community/wireshark/fix-udpdump.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/wireshark/fix-udpdump.patch (limited to 'community/wireshark/fix-udpdump.patch') diff --git a/community/wireshark/fix-udpdump.patch b/community/wireshark/fix-udpdump.patch new file mode 100644 index 00000000000..a75a7851ea1 --- /dev/null +++ b/community/wireshark/fix-udpdump.patch @@ -0,0 +1,13 @@ +--- a/extcap/udpdump.c ++++ b/extcap/udpdump.c +@@ -56,6 +56,10 @@ + #include + #include + ++#ifdef HAVE_SYS_TIME_H ++ #include ++#endif ++ + #define PCAP_SNAPLEN 0xffff + + #define UDPDUMP_DEFAULT_PORT 5555 -- cgit v1.2.3