1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

Add @xmloutput to traceroute-geolocation.

This commit is contained in:
david
2012-08-14 22:06:28 +00:00
parent 0f364e8485
commit a928251baf

View File

@@ -28,6 +28,39 @@ saves the results to a KML file, plottable on Google earth and maps.
-- | 8 157.85 212.162.64.146 42,12 Italy (Unknown) -- | 8 157.85 212.162.64.146 42,12 Italy (Unknown)
-- | 9 ... -- | 9 ...
-- |_ 10 ... -- |_ 10 ...
-- @xmloutput
-- <table>
-- <elem key="hop">1</elem>
-- </table>
-- <table>
-- <elem key="hop">2</elem>
-- </table>
-- <table>
-- <elem key="hop">3</elem>
-- </table>
-- <table>
-- <elem key="hop">4</elem>
-- </table>
-- <table>
-- <elem key="hop">5</elem>
-- <elem key="rtt">16.76</elem>
-- <elem key="ip">194.68.128.104</elem>
-- <elem key="hostname">e4-0.barleymow.stk.router.colt.net</elem>
-- <elem key="lat">62</elem>
-- <elem key="lon">15</elem>
-- <elem key="country">Sweden</elem>
-- <elem key="region">Unknown</elem>
-- </table>
-- <table>
-- <elem key="hop">6</elem>
-- <elem key="rtt">48.61</elem>
-- <elem key="ip">212.74.65.49</elem>
-- <elem key="hostname">te0-0-2-0-crs1.FRA.router.colt.net</elem>
-- <elem key="lat">54</elem>
-- <elem key="lon">-2</elem>
-- <elem key="country">United Kingdom</elem>
-- <elem key="region">Unknown</elem>
-- </table>
-- --
-- @args traceroute-geolocation.kmlfile full path and name of file to write KML -- @args traceroute-geolocation.kmlfile full path and name of file to write KML
-- data to. The KML file can be used in Google earth or maps to plot the -- data to. The KML file can be used in Google earth or maps to plot the