Gisle Vanem

Results 66 issues of Gisle Vanem

I installed NPcap 1.79 some days ago. And it works fine. Thanks! Except that I noted in `tcpdump.exe` (or `windump.exe`) all the received IP (?) packets are printed with a...

A question if anybody is listening. Last time I tried Win10Pcap (back in 2017?), I also had WinPcap ver. 4.1.13 installed. They both worked great! Now I've uninstalled WinPcap and...

Enabling the `-DLIBM2K_ENABLE_LOG` flag, causes this compile error with MSVC-2022: ```c context_impl.cpp(118): error C2872: 'INPUT': ambiguous symbol f:\gv\WinKit\Include\10.0.22621.0\um\winuser.h(6144): note: could be 'tagINPUT INPUT' F:\gv\dx-radio\gnuradio\gv-build\include\libm2k/utils/enums.hpp(37): note: or 'libm2k::utils::DEVICE_DIRECTION INPUT' context_impl.cpp(118): error...

Hello. My 1st post / issue on this project. Running `tiptip.exe` on Win-10 causes (after approx. 1 sec), a crash in the underlaying `conhost.exe` process. Here are some details: *...

Does not work with wildcards AFAICS. And a `--recursive` option would be nice (I'm on Windows with no `xargs`).

This seems like a cool project, but I'm not sure about the Windows support. Since for any configuration, I get this error: ```python .... File "F:\gv\Python310\lib\site-packages\pytak\client_functions.py", line 80, in create_udp_client...

### I did this Compiling `docs/examples/threaded-ssl.c` using *POSIX threads for Windows* or [PThreads4W](https://sourceforge.net/projects/pthreads4w/), gives me this compile error (from clang-cl): ```c threaded-ssl.c(68,24): error: operand of type 'pthread_t' (aka '__ptw32_handle_t') where...

I've built and used CrustTls in the demo and libcurl for some time with great success. But enabling *AddressSanitizer* (ASAN) feature of latest MSVC-2019 (cl ver. 19.28.29912 for x86), both...

I'm trying to get this package installed with `pip install py-make`. But it errors out with: ``` Collecting py-make Downloading py_make-0.1.1-py2.py3-none-any.whl (9.4 kB) Collecting docopt>=0.6.0 Downloading docopt-0.6.2.tar.gz (25 kB) Preparing...

When compiling `src/ao_wmm.c`, I get this error from the Windows-SDK header ``: ``` f:\ProgramFiler-x86\WindowsKits\Include\10.0.19041.0\shared\ksmedia.h(18,2): error: KS.H must be included before KSMEDIA.H #error KS.H must be included before KSMEDIA.H ^ ```...