1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
libnet was using HAVE_CONFIG_H in a public header in order to deal with platform types. This doesn't work, because other projects that use autotools define HAVE_CONFIG_H, and that doesn't mean libnet's. Use platform defines, instead. More... over 16 years ago
Patch to libnet.h.in for compilation on HURD (David Paleino) More... over 16 years ago
1.1.3 released, so increase version to 1.1.4 More... over 16 years ago
Will release on sourceforge. More... over 16 years ago
dev script to stow the libnet build More... almost 17 years ago
Prep docs and readmes for re-release. More... almost 17 years ago
Remove unused variables. More... almost 17 years ago
Use same naming convention for all dev scripts. More... almost 17 years ago
Fixed various errors, including memory corruption, when IPv4 options are modified. - pblock chain's ip_offset corrected - ipv4 pblock's ip total length and ip header length corrected - removed redundant, dead, and misleading code - clarified documentation on meaning of ip_len in build_ipv4 - corrected documentation on order in which options and ipv4 header should be built - ipv4 options unit test added to samples/ More... almost 17 years ago
Scripts to simplify setup for development. More... almost 17 years ago
Fixed assumption that "long long int" is 64-bit. More... almost 17 years ago
Note about why not using socklen_t, as is now standard for setsockopt. More... almost 17 years ago
IP4 options memory corruption - commentary on what's wrong. More... almost 17 years ago
Generate changelogs, I'll use this to fill in the libnet changelog before release. More... almost 17 years ago
ipv6 autobuild function implementation didn't match prototype. More... almost 17 years ago
Return type mismatched with prototype. More... almost 17 years ago
Merge branch 'master' of [email protected]:sam-github/libnet More... almost 17 years ago
Convert from latin-1 to utf-8. More... almost 17 years ago
Ignore generated files. More... almost 17 years ago
Generated files, don't need to be under version control. More... almost 17 years ago
libtoolize complains when run before aclocal Complaint was: You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. More... almost 17 years ago
Fixed doxygen errors and warnings, and added a deveoper script to prepare libnet. More... almost 17 years ago
Removed CVS crud, again. More... almost 17 years ago
Packet headers aren't part of the API, the build functions are. This was creating a man page per header, with no useable documentation. More... almost 17 years ago
Removed unused man/html, and refs to non-existent extra dist files. More... almost 17 years ago
updated to deal with new doc locations More... almost 17 years ago
More .am files that didn't make it in from Stefanos' patches. More... almost 17 years ago
doxygen config moved down to doc/ More... almost 17 years ago
Changed version to rc2, modified autogen.sh per Stefanos' suggestions, updated ignores. More... almost 17 years ago
These new files didn't get created when I applied Stefanos' patches. More... almost 17 years ago