6
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
test for pcap.h and libpcap.a in the base source directory rm extraneous explicit pathname checking More... over 20 years ago
finally read the libnet code, and figured out the "right" way to do all these checksums. Good news is we're no longer limited to just a few layer 4 checksums, but rather all that libnet supports More... almost 21 years ago
add support for calculating ICMP checksums More... almost 21 years ago
add 'truncate' option to config file and update man page More... almost 21 years ago
Add -T to truncate packets > MTU More... almost 21 years ago
alpha -> alpha4 More... almost 21 years ago
s/unsigned long long/u_int64_t/ More... almost 21 years ago
update More... almost 21 years ago
update l2data argument info More... almost 21 years ago
we now import pcap.h via tcpreplay.h so no need to emulate pcap_* datastructs More... almost 21 years ago
change build order so flowreplay builds last More... almost 21 years ago
add support for checking for 64bit compat fseek (fseeko) More... almost 21 years ago
add support for large files (I think :) More... almost 21 years ago
fix snaplen setting w/ -w. don't need l2len for fix_checksums() More... almost 21 years ago
fix chechsum calculations More... almost 21 years ago
add support for writing packets to a file rather then the network. This allows merging of pcaps as well as all the fancy packet mods. More... almost 21 years ago
make read_l2data more generic. fix bug with configfile() l2data parser More... almost 21 years ago
-2 doesn't use a seperate file anymore More... almost 21 years ago
rewrite read_l2data() to parse a comma seperated hex string as the l2 data More... almost 21 years ago
merge in 1.4 Ctrl-C fix when libnet_adv_write_link() fails More... almost 21 years ago
clarify MTU info More... almost 21 years ago
merge bug fix from 1.4 for integer overflow in packet_stats() More... almost 21 years ago
add flowreplay.txt More... almost 21 years ago
rewrite flowreplay document in Lyx More... almost 21 years ago
started to document plugin arch More... almost 21 years ago
minor updates More... almost 21 years ago
more FAQ updates. More... almost 21 years ago
update change log with recent changes More... almost 21 years ago
code clean up (use case rather then if, then, else if) and make some recoverable errors warn's and skip packet rather then errx(1, ) More... almost 21 years ago
clean up some code, fix a ptr bug More... almost 21 years ago