Gisle Vanem

Results 133 comments of Gisle Vanem

@dnobori The export interface of Packet.dll and bpf-header data format is exactly same to the original WinPcap's .. Not in all versions of the original Packet.dll. My AirPcap adapter stopped...

Okay. I understand it would be a lot of work to rewrite (some of) the code for this.

Still an open issue! How about this in `libbladeRF.h`: ```c #ifdef BLADERF_STATICLIB /* Use BladeRF as a static library */ #define BLADERF_EXTERN #elif defined(_WIN32) || defined(__CYGWIN__) /* Defined when compiling...

Edit `setup.py` or set the `WPDPACK_BASE` env-var to point to libpcap and WinPcap. It's a complete sloppy mess.

I have an error while building for `x86` and hit this issue. Basically, I just did: ``` cd build\cmake md build cd build cmake -G "NMake Makefiles" .. nmake -nologo...

> And no reference to huf_decompress_amd64.S in the CMakeLists.txt files AFAICS. Yes there is (via `file(GLOB ...)`). Fix that worked for me: ```diff --- a/build/cmake/lib/CMakeLists.txt 2021-10-27 10:29:45 +++ /build/cmake/lib/CMakeLists.txt 2021-11-22...

> Otherwise, I will put up a PR with the fix before the next release. Please do since I suck at Git + PR.

> Do you still see issues on the latest dev branch? You mean with CMake? I'm not a great lover of CMake; I use my own home-brew GNU Makefile instead.

> You want to access > 4GB files using a 32-bit application maybe? Who wouldn't? It's pretty standard these days to be able to handle > 4 GByte files in...

@bgeller > You are not talking about building CS or large object files. Neither building CS or `-bigobj` if that's what you mean. I mean simply using a CS app...