openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libnet-dev
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 23 of 30
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Get DLT types from the source, <pcap.h>.
Sam Roberts
More...
almost 15 years ago
Use autoconf -ivf in autogen.sh (suggested by
[email protected]
)
Sam Roberts
More...
almost 15 years ago
Don't distribute libnet.h, it is generated by configure (
[email protected]
)
Sam Roberts
More...
almost 15 years ago
todo list update
Sam Roberts
More...
almost 15 years ago
AIX build failures fixed, cause was inclusion of system headers libnet no longer uses (
[email protected]
)
Sam Roberts
More...
almost 15 years ago
Add a link to the old docs.
Sam Roberts
More...
almost 15 years ago
Added links to github and sourceforge.
Sam Roberts
More...
almost 15 years ago
Unmerged patch from Alon, I'd like to find a less globally intrusive way.
Sam Roberts
More...
almost 15 years ago
Replace C99/C++ comments with traditional C comments. (
[email protected]
)
Sam Roberts
More...
almost 15 years ago
checksum would segfault if a IP checksum was requested for a non-ipv4 header
Sam Roberts
More...
almost 15 years ago
Closer backwards compat, assume its ipv4 if it's not ipv6. This seems totally wrong, but so it goes.
Sam Roberts
More...
almost 15 years ago
Try using the ip_len header field to guess the input buffer's size.
Sam Roberts
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.
Sam Roberts
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]
)
Sam Roberts
More...
almost 15 years ago
Use libtool-1 or libtool-2 whatever available (
[email protected]
)
Sam Roberts
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...
Sam Roberts
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
Sam Roberts
More...
almost 15 years ago
--with-link-layer broken, was using wrong macro name, and didn't include all link types
Sam Roberts
More...
almost 15 years ago
ac_cv_c_bigendian is yes, not "big" (
[email protected]
)
Sam Roberts
More...
almost 15 years ago
Remove dead code.
Sam Roberts
More...
almost 15 years ago
Run test-*.lua
Sam Roberts
More...
almost 15 years ago
Strip trailing garbage from ethernet frames after IP packets.
Sam Roberts
More...
almost 15 years ago
Run a corpus of fuzzed pcap files through libnet to verify recoding.
Sam Roberts
More...
almost 15 years ago
Remove pcaps from github.
Sam Roberts
More...
almost 15 years ago
Run efence in multiple runs, so it doesn't run out of memory.
Sam Roberts
More...
almost 15 years ago
Roundtrip invalid packets with tcp reserved flags set, and short header lengths.
Sam Roberts
More...
almost 15 years ago
h_len is calculated for ip, udp, tcp, icmp, and igmp, so is allowed to be zero.
Sam Roberts
More...
almost 15 years ago
print type string in human readable, as well as in hex
Sam Roberts
More...
almost 15 years ago
net:tcp() typo caused it to expect an IPv4 pblock
Sam Roberts
More...
almost 15 years ago
Factored pcap reencoding out, and implemented reencoding test on pcaps.
Sam Roberts
More...
almost 15 years ago
←
1
2
…
19
20
21
22
23
24
25
26
27
28
29
30
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree