home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / netinfo / old / netinfo_23.lzx / NetInfo_23 / netinfo.readme < prev    next >
Encoding:
Text File  |  1999-11-01  |  8.6 KB  |  314 lines

  1. NetInfo II 2.3
  2. ==============
  3.  
  4. NetInfo II is a network information viewer utility. It integrates
  5. the functionality of the well known standalone TRACEROUTE, PING, WHOIS 
  6. and FINGER programs into a seamless GUI application.
  7.  
  8. Features:
  9.  
  10. - "quick traceroute": Sends a series of packet in quick
  11.   succession to get a route overview very fast, then
  12.   does accurate timings for the individual hops
  13.  
  14. - graphical display of hop min/last/max timings
  15.  
  16. - shows geographical location of hosts with
  17.   country flags
  18.  
  19. - integrated smart WHOIS function: double-click on
  20.   a IP, Host or Network column to automatically receive
  21.   WHOIS information for the given object. NetInfo
  22.   determines the WHOIS host to query.
  23.  
  24. - automatically retrieves WHOIS network information
  25.   for hosts
  26.  
  27. - automatically scans destination host for Web (HTTP) and FTP
  28.   server versions
  29.  
  30. - history for all queried hosts
  31.  
  32. - integrated FINGER client
  33.  
  34. - integrated "classical" WHOIS client with on-disk cache
  35.  
  36. NetInfo is (C) 1997-99 Oliver Wagner <owagner@vapor.com>, All Rights
  37. Reserved.
  38.  
  39. NetInfo works with Genesis, Miami and AmiTCP. "socket.library"-based
  40. TCP/IP stacks (as225r2 etc.) are not supported, and the traceroute
  41. functionality won't work with SOCKS (whois and finger will, though).
  42.  
  43. NetInfo uses MUI 3.8 and the "NList" list classes by Gilles Masson.
  44. NList is available from AmiNet or from ftp.vapor.com, in the
  45. "/pub/3rdparty/" directory.
  46.  
  47. __________________________________________________________________________
  48.  
  49.  
  50. ARexx commands
  51. --------------
  52. Besides the standard MUI ARexx commands supported for every
  53. MUI application, NetInfo II implements the following AREXX commands:
  54.  
  55.  TRACE HOST/A
  56.  Start a traceroute to the given host
  57.  
  58.  FINGER USERHOST/A
  59.  Open a finger query to the specified user@host
  60.  
  61.  WHOIS OBJECT/A,SERVER
  62.  Open a whois query for the specified object,
  63.  optionally to the given server
  64.  
  65.  STOP
  66.  Abort a traceroute in progress
  67.  
  68. __________________________________________________________________________
  69.  
  70.  
  71. Changes from Release 2.2 to 2.3
  72. -------------------------------
  73. (see "Revision History" for full details)
  74.  
  75. - Domain to Whois server mapping is now
  76.   external
  77. - PRINT functionality for FINGER/WHOIS results
  78. - ARexx port
  79.  
  80. Changes from Release 2.0 to 2.2
  81. -------------------------------
  82. (see "Revision History" for full details)
  83.  
  84. - several bugfixes 
  85.  
  86. __________________________________________________________________________
  87.  
  88.  
  89. Future plans
  90. ------------
  91. - some real documentation
  92. - pure "PING" functionality, just sending ICMP_ECHOs to a host
  93. - printing of the traceroute result
  94. - ascii export (clipboard/file) of traceroute result
  95. - more extensive service scanning
  96. - offline browsing of the cached data
  97. - configuration of colors used to graph plotting
  98. - editing of history list
  99. - more obvious progress report
  100.  
  101. __________________________________________________________________________
  102.  
  103.  
  104. Revision history
  105. ----------------
  106.  
  107. 2.0.1 - 2.0.4
  108. -------------
  109. [internal]
  110.  
  111. 2.0.5
  112. -----
  113. - General: first alpha release after redesign
  114.  
  115. 2.0.6
  116. -----
  117. - GUI: fixed problems with graph plotter
  118.  
  119. 2.0.7
  120. -----
  121. - GUI: fixed duplicate history entries when
  122.   pressing return to start a lookup
  123. - Net: added FTP version query
  124.  
  125. 2.0.8
  126. -----
  127. - Net: Fixed crash in Probe receiver process
  128.  
  129. 2.0.9
  130. -----
  131. - GUI: fixed stop button
  132. - Net: fixed finger DNS error message
  133. - GUI: fixed starting with empty host string
  134.  
  135. 2.0.10
  136. ------
  137. - DB: made 151.0.0.0/8 be looked up in RIPE DB
  138.   as well (fixes Italy ITNet lookups :)
  139. - GUI: Location is now filled as well and shown
  140.   with nice flags (done by Beej). Tries the find
  141.   the country from the WHOIS DB first, but can
  142.   fall back to hostname (mostly for stupid
  143.   ARIN replies)
  144.  
  145. 2.0.11
  146. ------
  147. - GUI: fixed graph rendering problems on
  148.   16/24-bit screens
  149. - GUI: added heurestic to properly cut
  150.   hostnames like "www.active-net.co.uk"
  151. - Net: added workaround for nic.uk
  152.   whois query bug
  153. - Net: changed TLD->whois matching to
  154.   now always fall back to whois.ripe.net
  155.   and only list exceptions. Current
  156.   exception list has:
  157.    com/org/net -> Internic
  158.    uk -> whois.nic.uk
  159.    ca -> whois.cdnnet.ca
  160.   If you find more required exceptions,
  161.   please report
  162. - GUI: reply header on whois queries
  163.   now has the time and date of the fetch
  164. - GUI: fixed finger history
  165. - GUI: made whois and finger window default
  166.   sizes more reasonable
  167. - GUI: fixed lame bug: whois/finger queries
  168.   where started before the window objects
  169.   where added to the app, thus causing
  170.   crash under certain circumstances
  171. - GUI: added menu item to directly finger
  172.   a selected host
  173. - GUI: selecting an entry or pressing enter
  174.   in finger window now starts query
  175. - Net: added 130.244/16 to list of ripe-assigned
  176.   networks
  177.  
  178. 2.0.12
  179. ------
  180. - GUI: fixed graph rendering mask
  181.   blitting minterm. Should fix rendering
  182.   problems some people reported.
  183. - Net: fixed stripping of first chars
  184.   with "blah.co.uk"-alike demons
  185. - Net: fixed domain whois server lookup
  186.   table (should fix .uk lookups again :)
  187. - General: Fixed total and utter crash
  188.   when being started without TCP/IP stack
  189. - GUI: added 3D bordered flags (this needs
  190.   to be selectable)
  191. - DB: added 164.* to the list of RIPE
  192.   managed networks (grrr)
  193.  
  194. 2.0.13
  195. ------
  196. - DB: ARIN Whois queries are now done
  197.   with a "NE =" prefix to get more verbose
  198.   information for multiple matches.
  199.  
  200. 2.0.14
  201. ------
  202. - Net: changed the way how network lookups
  203.   are done: Now always first queries
  204.   whois.ripe.net, and only on a fail falls
  205.   back to whois.arin.net/whois.apnic.net.
  206.   Should heavily improve the quality of
  207.   the Location: results (you may have to
  208.   delete PROGDIR:Cache for changes to take
  209.   effect)
  210. - Net: added special handling for
  211.   127.0.0.1 net queries
  212.  
  213. 2.0.15
  214. ------
  215. - Net: now also understands the famous
  216.   "This is a dummy object..." reply from
  217.   ripe as a hint to query ARIN instead :)
  218. - Net: split DNS lookup and network lookup
  219.   in two different processes (DNS is normally
  220.   much faster than the tons of WHOIS queries
  221.   which must be performed)
  222. - GUI: starting without TCP/IP stack will
  223.   now yield an error requester and no more
  224.   crash.
  225. - GUI: selecting an entry and/or entering
  226.   a name and pressing enter will now abort
  227.   an traceroute in progress and start the new
  228.   one, instead of simply stopping.
  229.  
  230. 2.0.16
  231. ------
  232. - GUI: added "open new window" menu item
  233. - Prefs: added ImageDir tooltype/shell option
  234.   to set image location
  235. - Prefs: added CacheDir tooltype/shell option
  236.   to set cache location
  237. - Net: fixed a bug with restarting a new trace
  238.   with whois/dns lookups for a previous trace
  239.   still going on
  240. - Net: "Location" is now again filled in
  241.   by reverse DNS TLD first, then by WHOIS
  242.   (showing "US" for the internic TLDs)
  243. - GUI: initial refreshes are now happening
  244.   less often
  245. - GUI: Location which is based on incomplete
  246.   information (DNS, ARIN responses) is now
  247.   shown in blue text
  248. - General: Added Installer Script done
  249.   by Robert Reiswig
  250.  
  251. 2.0.17
  252. ------
  253. - GUI: input gadget now uses cursor up/down
  254.   to browse the history list without opening it
  255.  
  256. 2.0.18 [2.0 Release]
  257. --------------------
  258. - GUI: The whois menu items for selected host
  259.   operations are now disabled when no host
  260.   is selected
  261. - GUI: fixed tab cycle chains in finger
  262.   and whois windows
  263. - GUI: result text field now has a vert scrollbar
  264.   (just in case)
  265. - GUI: input gadget is now active when the window
  266.   opens
  267. - General: Updated Installer Script (RobR)
  268. - General: added Vapor_Update support
  269.  
  270. 2.1.0 [2.1 Release]
  271. -------------------
  272. - Net: fixed a serious bug in handling the case
  273.   of a finger or whois window being closed while
  274.   a query was outstanding. Ended up doing
  275.   a DoMethod( 2, ... )
  276. - GUI: now keeps the canonical host name and IP
  277.   in result field after trace has finished
  278. - Net: removed stale as225 code from network
  279.   module
  280. - Net: now removes \r from FTP server reply
  281. - Net: made local ID less ambigious across
  282.   several NetInfo instances
  283. - Net: fixed problems when a probe was restarted
  284.   and stale packets from previous probe were
  285.   still coming in
  286. - General: recompiled with full optimizations
  287. - General: giving a host name on the command line
  288.   now immediately starts the traceroute
  289. - GUI: fixed problems with restarting a trace
  290.   in mid-progress causing bogus "??" entries
  291.   to be inserted into the result listview
  292. - GUI: clicking "start" with an empty host
  293.   gadget will now active the gadget
  294.  
  295. 2.2 [2.2 Release]
  296. ---
  297. - Net: fixed a lame bug in the changed socket
  298.   code which would cause havoc(tm) if NI
  299.   was started without TCP/IP stack running
  300.   (Olli)
  301.  
  302. 2.2.1
  303. -----
  304. - Net: added "domain-registry.nl" as the NL
  305.   domain registry (Olli)
  306.  
  307. 2.3 [Release]
  308. -------------
  309. - Net: made the domain->whois server mapping
  310.   an external table file "PROGDIR:NetInfo.DomainTable"
  311.   (Olli)
  312. - GUI: added "Print" function to WHOIS window (Olli)
  313. - GUI: added "Print" function to FINGER window (Olli)
  314.