diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-12 14:11:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-12 14:11:48 +0200 |
commit | bdcb19554ef258df89b9c3ab2109b2acadd16866 (patch) | |
tree | e098fcc51e62513dde2ca53a266b9ed29dabb88d /package/nmap/patches/patch-traceroute_cc | |
parent | c1064830dab447f98f712cb09f408acb6f077d3d (diff) |
update to latest stable version
Diffstat (limited to 'package/nmap/patches/patch-traceroute_cc')
-rw-r--r-- | package/nmap/patches/patch-traceroute_cc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/nmap/patches/patch-traceroute_cc b/package/nmap/patches/patch-traceroute_cc deleted file mode 100644 index 130d4d0fc..000000000 --- a/package/nmap/patches/patch-traceroute_cc +++ /dev/null @@ -1,24 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- nmap-5.00.orig/traceroute.cc 2009-06-24 23:35:54.000000000 +0200 -+++ nmap-5.00/traceroute.cc 2009-07-20 21:07:42.902998599 +0200 -@@ -170,6 +170,7 @@ - #include "protocols.h" - #include "timing.h" - #include "utils.h" -+#include "sctp.h" - #include <algorithm> - #include <stdlib.h> - -@@ -905,9 +906,12 @@ Traceroute::outputTarget (Target * t) { - tg = TraceGroups[t->v4host ().s_addr]; - - /* sort into ttl order */ -+ /* quick hack - for (it = tg->TraceProbes.begin (); it != tg->TraceProbes.end (); ++it) - sortedProbes[it->second->ttl] = it->second; - sortedProbes.swap (tg->TraceProbes); -+ */ -+ - - /* clean up and consolidate traces */ - tg->consolidateHops (); |