mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
The GTK subpackages has been dropped since upstream has dropped GTK. UI is now Qt only. Fixes the following CVEs: - CVE-2019-10897 - CVE-2019-10898 - CVE-2019-10900 - CVE-2019-10902
13 lines
257 B
Diff
13 lines
257 B
Diff
--- a/extcap/udpdump.c
|
|
+++ b/extcap/udpdump.c
|
|
@@ -50,6 +50,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
|