5
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 9 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document last fix for the guessing problem with interfaces aliases More... about 20 years ago
There is a fix for the guessing problem with interfaces aliases. It as been submitted by me (michel.gravey(@)orange.fr) and cognet(@)freebsd.org and tested on freebsd 4.9 and current. More... about 20 years ago
cksum bug fix. More... over 20 years ago
now scan mode is much faster, for default don't show packets that aren't SYN, but you can go back to the old mode using -V. The printf()+fflush() trashed so CPU that the receiving half of the scanner was not able to handle packets as fast as possible. More... over 20 years ago
more informative output for --scan mode More... over 20 years ago
First ICMP errors support for scan mode More... over 20 years ago
spell check (CHANGES NEWS docs/hping2.8) format nit picking (docs/hping2.8 docs/french/hping2-fr.8) up to date (docs/french/NEWS docs/french/hping2-fr.8) transcode as usual (docs/french/hping2-fr.8.txt) More... over 20 years ago
updated man page to describe --scan More... over 20 years ago
scan mode update More... over 20 years ago
see last log More... over 20 years ago
First version of scan mode added, fixed a missing break in parseoption.c More... over 20 years ago
Add random.o in OBJ More... over 20 years ago
removed the srand() call because random IP address geenration now uses random.c stuff. More... over 20 years ago
Added a rc4-based pseudorandom number generator that's now used for --rand-source and --rand-dest. More... over 20 years ago
--rand-source patches from Quentin Garnier <[email protected]> . ensure randomness . do not stop on errors when using a E or D class address (BSD only?) More... over 20 years ago
Fix style (tabs) More... almost 21 years ago
No proto for strlcpy if __APPLE__ is defined (BSD source) More... almost 21 years ago
$Id$ More... almost 21 years ago
Fix style (tabs) More... almost 21 years ago
Document previous commit (MacOSX patches) and random $Id$ adds More... almost 21 years ago
Mac OS X support thanks to Hans-Joachim Knobloch <[email protected]> More... almost 21 years ago
fix typo Add Brieuc Jeunhomme and Hans-Joachim Knobloch More... almost 21 years ago
grmbl, back out token ring stuff More... almost 21 years ago
Add support for ATM, WLAN and Token Ring (see CHANGES for credits) More... almost 21 years ago
. Add useful ICMP options (Hans-Joachim Knobloch <[email protected]>) . Add $Id$ if some files . Clean up parseoptions.c style More... almost 21 years ago
Fix a typo: DLT_LINUX_SSL -> DLT_LINUX_SLL More... about 21 years ago
Fix -I option for BSD/Apple More... over 21 years ago
Fix -I Option for BSD/Apple More... over 21 years ago
uname -s on BSD/OS returns BSD/OS, so change it to BSDI in order to not use a "/" More... over 21 years ago
Random casts to avoid warnings So make output is clean :-) More... over 21 years ago