Bug#342485: hping2: man page talks about --tcpseq while source code uses --setseq

2005-12-10 Thread Romain Francoise
Timo Juhani Lindfors [EMAIL PROTECTED] writes:

 hping2 --help suggests that the correct option is actually --setseq:

[...]

 Here's a patch to fix the man page:

Yup, thanks.

-- 
  ,''`.
 : :' :Romain Francoise [EMAIL PROTECTED]
 `. `' http://people.debian.org/~rfrancoise/
   `-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#342485: hping2: man page talks about --tcpseq while source code uses --setseq

2005-12-07 Thread Timo Juhani Lindfors
Package: hping2
Version: 2.rc3-3
Severity: minor

man hping2 mentions --tcpseq but hping2 does not accept it:

[EMAIL PROTECTED]:~$ sudo hping2 --tcpseq 42
hping: unrecognized option `--tcpseq'
Try hping --help

hping2 --help suggests that the correct option is actually --setseq:

[EMAIL PROTECTED]:~$ sudo hping2 --setseq 42
hping2: missing host argument
Try `hping2 --help' for more information.

Here's a patch to fix the man page:

--- hping2-rc3/docs/hping2.8.~1.7.~ 2003-08-09 04:50:52.0 +0300
+++ hping2-rc3/docs/hping2.82005-12-08 00:37:32.0 +0200
@@ -465,10 +465,10 @@
 .I -O --tcpoff
 Set fake tcp data offset. Normal data offset is tcphdrlen / 4.
 .TP
-.I -M --tcpseq
+.I -M --setseq
 Set the TCP sequence number.
 .TP
-.I -L --tcpack
+.I -L --setpack
 Set the TCP ack.
 .TP
 .I -Q --seqnum


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.29sauna
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)

Versions of packages hping2 depends on:
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an

hping2 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]