[Git-commits] [grml/grml-network] f2a715: grml-network: fix nmap usage for recent nmap versi...

Michael Prokop mika at grml.org
Thu May 8 11:44:15 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-network
  Commit: f2a7156cff28f81b5f74c87cd04a20f22cb5b67c
      https://github.com/grml/grml-network/commit/f2a7156cff28f81b5f74c87cd04a20f22cb5b67c
  Author: Michael Prokop <mika at grml.org>
  Date:   2014-05-08 (Thu, 08 May 2014)

  Changed paths:
    M sbin/grml-network

  Log Message:
  -----------
  grml-network: fix nmap usage for recent nmap versions

The --max_rtt_timeout setting wants us to use 4000ms instead
of 4000:

| % nmap -sP --host_timeout 4000 --max_rtt_timeout 4000 192.168.88.1                                                     :(
| Since April 2010, the default unit for --max-rtt-timeout is seconds, so your time of "4000" is 4000 seconds. Use "4000ms" for 4000 milliseconds.
| QUITTING!

This finally reports correct online/offline status again.




More information about the Git-commits mailing list