Simon Goldschmidt
c8d9adde0f
win32 port: fix linking x64 with pcap
2023-10-10 22:24:29 +02:00
Simon Goldschmidt
e655b41a49
win32 port: allow "edit-and-continue" by disabling /SAFESEH
2023-10-10 21:58:56 +02:00
Simon Goldschmidt
2e650364fa
win32 port: fix wrong intermediate directories
2023-10-10 20:43:55 +02:00
Simon Goldschmidt
4323e95dce
win32 port: add x64 configurations
2023-10-10 20:14:16 +02:00
Simon Goldschmidt
20f6ac7426
msvc: clean up duplicate use of intermediate directories
2023-10-04 21:42:42 +02:00
Simon Goldschmidt
1a5dffb931
win32: pcapif: ensure we can run with npcap as well
...
By default, npcap keeps its DLLs not in system32 but in system32/npcap.
To load DLLs from there, mark them as "delay load DLLs" and adjust the
DLL search path before using/loading them.
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
2023-06-29 22:11:55 +02:00
Simon Goldschmidt
bfcbf80221
win32: msvc: fix msvc project files to compile with VS2022; add test_tcp_state
...
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
2023-06-29 22:08:45 +02:00
Simon Goldschmidt
19e22f870f
add https example
2019-08-06 22:17:55 +02:00
Simon Goldschmidt
cbc80a0920
revert accidentally committed files
2019-01-30 21:14:01 +01:00
Simon Goldschmidt
5666f305ce
sntp: obey KoD when using multiple servers
...
See bug #55253 (SNTP retry next server instantly result as a flood of NTP request).
Added 'sntp_getkodreceived()' to check the status.
2019-01-30 20:42:56 +01:00
Simon Goldschmidt
a6cf42a937
fix compiling win32 port (packet.lib not found)
...
Library search path changed after moving contrib
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
2018-10-23 07:59:00 +02:00
Simon Goldschmidt
a5c00e369d
fix msvc project files after merging contrib
...
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
2018-10-03 14:38:04 +02:00
Dirk Ziegelmeier
ac46e42aa2
Import lwIP contrib rep
...
... from http://git.savannah.gnu.org/cgit/lwip/lwip-contrib.git/ into contrib/ subdir, STABLE-2_1_0_RELEASE tag
lwIP contrib is now officially frozen
TODO: Fix build
2018-10-02 12:19:13 +02:00