1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'origin/master' More... about 13 years ago
libnet_open_raw4 doesn't return a SOCKET on win32 More... about 13 years ago
Remove unused STDOUT_FILENO, and dead code that used to use it. More... about 13 years ago
Automatic link options ("#pragma comment(lib, ...)") are only for MSVC More... about 13 years ago
Added guards around definitions of _GNU_SOURCE to avoid redefinitions More... about 13 years ago
Avoids several warnings for MS C/C++ compiler More... about 13 years ago
Removed references to removed win32/in_systm.h More... about 13 years ago
git ignore doxygen output More... about 13 years ago
Remove automake reference to win32 header that has been removed. More... about 13 years ago
Merge branch 'win32' More... about 13 years ago
Properly set l->err_buf if libnet_ifaddrlist() fails. More... about 13 years ago
Fixes error messages sometimes include newline, sometimes not. More... about 13 years ago
Pass build errors to caller of batch files. More... about 13 years ago
dlpi: Try harder to find the device for the interface. More... over 13 years ago
dlpi: Correctly extract the unit number from devices with numbers in their name. More... over 13 years ago
Make interface selection work for interfaces with multiple addresses on them. More... over 13 years ago
memory leak fixed, device list needs to freed after use More... over 13 years ago
uint32 address properly initialized with an address More... over 13 years ago
Reformatted and commented win32 specific code. More... over 13 years ago
Interface selection was ignoring interfaces with ipv6. More... over 13 years ago
Use simple batch file to build for win32. More... over 13 years ago
Use LIBNET_API on public functions, instead of an export file. More... over 13 years ago
Note about libnet_get_prand being secure only on windows. More... over 13 years ago
Build lua binding on win32. More... over 13 years ago
ignore visual studio output artifacts More... over 13 years ago
Don't need iphlpapi.h included. More... over 13 years ago
Libnet.vcxproj file gained a ProjectGUID property. Hm. More... over 13 years ago
visual studio 2010 project files More... over 13 years ago
Convert uses of non-standard uint to uint32_t. More... over 13 years ago
Compiled on win32 with Visual Studio 2010. More... over 13 years ago