diff options
author | salo <salo@pkgsrc.org> | 2006-03-30 13:51:28 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-03-30 13:51:28 +0000 |
commit | d898109ed68abc3a02b766cf1c65f39b21430b48 (patch) | |
tree | 54bae37249aec75634e8d74985dc07c17aa3f327 /net/hping/MESSAGE | |
parent | a722f7d806b35663ff8821132e5150fb45faec51 (diff) | |
download | pkgsrc-d898109ed68abc3a02b766cf1c65f39b21430b48.tar.gz |
Update to hping2, release candidate 3
Changes:
- don't install hping suid root by default, add "hping-suid" option.
- add bunch on patches from Pavel Kankovsky <peak at argo.troja.mff.cuni.cz>
namely: add --flood and --tcp-mss options (self-explanatory), some checksum
and interface binding fixes and warning fixes
2.0.0rc3:
=======
FIX: Fix for interface guessing with aliases on BSD
Thanks <michel.gravey(@)orange.fr> and <cognet(@)freebsd.org>
FIX: fixed cksum.c. Bad outgoing packet checksum with some packet.
Thanks to Brett Eldridge <beldridg@pobox.com>.
ADD: scan mode (--scan)
ADD: A rc4-based PRNG to use with --rand-source and --rand-dest
FIX: Fix -I option for BSD/Apple
ADD: Add support for BSDI and MacOSX (thanks
Dennis Opacki <dopacki@adotout.com> and Jan-Hinrich Fessel
<Jan-Hinrich.Fessel@T-Mobile.de>)
ADD: A few useful ICMP options
ADD: Add support for :
WLAN (Fabian Melzow <biop0b@web.de>)
ATM (Debian bug #193436, thanks to Domenico Andreoli)
Token Ring (jim.r.halfpenny@britishairways.com)
ADD: MacOSX patches (Hans-Joachim Knobloch <knobloch@secorvo.de>)
FIX: --rand-source patches from Quentin Garnier <hping@quatriemek.com>
. ensure randomness
. do not stop on errors when using a E or D class address (BSD only?)
Diffstat (limited to 'net/hping/MESSAGE')
-rw-r--r-- | net/hping/MESSAGE | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/hping/MESSAGE b/net/hping/MESSAGE deleted file mode 100644 index e04c0af397b..00000000000 --- a/net/hping/MESSAGE +++ /dev/null @@ -1,6 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2002/04/04 17:02:30 atatat Exp $ - - NOTE: ${PREFIX}/sbin/hping (and hping2) are setuid "root". - -=========================================================================== |