pkgsrc/net/hping/patches/patch-an

45 lines
1,014 B
Text
Raw Normal View History

$NetBSD: patch-an,v 1.1 2006/03/30 13:51:29 salo Exp $
--- docs/hping2.8.orig 2003-08-09 03:50:52.000000000 +0200
+++ docs/hping2.8 2005-11-05 22:06:29.000000000 +0100
@@ -14,6 +14,10 @@
] [
.B \-\-fast
] [
+.B \-\-faster
+] [
+.B \-\-flood
+] [
.B \-I
.I interface
] [
@@ -98,6 +102,8 @@
] [
.B \-\-tcpexitcode
] [
+.B \-\-tcp-mss
+] [
.B \-\-tcp-timestamp
] [
.B \-\-tr-stop
@@ -180,6 +186,9 @@
.TP
.I --faster
Alias for -i u1. Faster then --fast ;) (but not as fast as your computer can send packets due to the signal-driven design).
+.TP
+.I --flood
+Send packets as fast as possible.
.TP
.I -n --numeric
Numeric output only, No attempt will be made to lookup symbolic names for host addresses.
@@ -501,6 +510,9 @@
.I -b --badcksum
Send packets with a bad UDP/TCP checksum.
.TP
+.I --tcp-mss
+Enable the TCP MSS option and set it to the given value.
+.TP
.I --tcp-timestamp
Enable the TCP timestamp option, and try to guess the timestamp update
frequency and the remote system uptime.