mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
(CVE-2017-15191, CVE-2017-15192, CVE-2017-15193) (CVE-2017-13765, CVE-2017-13766, CVE-2017-13767) fixes #8013 #7910
14 lines
257 B
Diff
14 lines
257 B
Diff
--- a/extcap/udpdump.c
|
|
+++ b/extcap/udpdump.c
|
|
@@ -56,6 +56,10 @@
|
|
#include <wsutil/inet_addr.h>
|
|
#include <wsutil/filesystem.h>
|
|
|
|
+#ifdef HAVE_SYS_TIME_H
|
|
+ #include <sys/time.h>
|
|
+#endif
|
|
+
|
|
#define PCAP_SNAPLEN 0xffff
|
|
|
|
#define UDPDUMP_DEFAULT_PORT 5555
|