1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Get DLT types from the source, <pcap.h>. More... almost 15 years ago
Use autoconf -ivf in autogen.sh (suggested by [email protected]) More... almost 15 years ago
Don't distribute libnet.h, it is generated by configure ([email protected]) More... almost 15 years ago
todo list update More... almost 15 years ago
AIX build failures fixed, cause was inclusion of system headers libnet no longer uses ([email protected]) More... almost 15 years ago
Add a link to the old docs. More... almost 15 years ago
Added links to github and sourceforge. More... almost 15 years ago
Unmerged patch from Alon, I'd like to find a less globally intrusive way. More... almost 15 years ago
Replace C99/C++ comments with traditional C comments. ([email protected]) More... almost 15 years ago
checksum would segfault if a IP checksum was requested for a non-ipv4 header More... almost 15 years ago
Closer backwards compat, assume its ipv4 if it's not ipv6. This seems totally wrong, but so it goes. More... almost 15 years ago
Try using the ip_len header field to guess the input buffer's size. More... almost 15 years ago
libnet_do_checksum(), despite being "internal", is used by external code. libnet needs to maintain backwards API compatibility, tcpsic from the isic package is an example of a binary failing when calling the new API with the old arguments. More... almost 15 years ago
merged icmpv6 patch in, but I believe either it or the sample/icmp6_unreach generates the cksum incorrectly ([email protected]) More... almost 15 years ago
Use libtool-1 or libtool-2 whatever available ([email protected]) More... almost 15 years ago
Avoid looking at /dev and /usr/include when cross-compiling ([email protected]) Alon: The following code support cross compiling: 1. You CANNOT check for /usr/include stuff as cross compiler is installed else-where. Autoconf know how to do this, use its header detection logic and ask the result. 2. Testing for /dev/ can be done only when not cross compiling... More... almost 15 years ago
Corrected target_os check, it was broke for linuxgnu, and m4 syntax was invalid ([email protected]) Alon:The following change is needed in order to solve two issues: 1. linuxgnu and such target os. 2. You cannot set variable with space before '=' as it tries to execute the variable... 3. Print result of test in case of linux More... almost 15 years ago
--with-link-layer broken, was using wrong macro name, and didn't include all link types More... almost 15 years ago
ac_cv_c_bigendian is yes, not "big" ([email protected]) More... almost 15 years ago
Remove dead code. More... almost 15 years ago
Run test-*.lua More... almost 15 years ago
Strip trailing garbage from ethernet frames after IP packets. More... almost 15 years ago
Run a corpus of fuzzed pcap files through libnet to verify recoding. More... almost 15 years ago
Remove pcaps from github. More... almost 15 years ago
Run efence in multiple runs, so it doesn't run out of memory. More... almost 15 years ago
Roundtrip invalid packets with tcp reserved flags set, and short header lengths. More... almost 15 years ago
h_len is calculated for ip, udp, tcp, icmp, and igmp, so is allowed to be zero. More... almost 15 years ago
print type string in human readable, as well as in hex More... almost 15 years ago
net:tcp() typo caused it to expect an IPv4 pblock More... almost 15 years ago
Factored pcap reencoding out, and implemented reencoding test on pcaps. More... almost 15 years ago