File: TODO

package info (click to toggle)
gnome-nettool 2.22.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,664 kB
  • ctags: 564
  • sloc: sh: 9,069; ansic: 5,421; xml: 684; makefile: 133
file content (35 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Bug fixes:
[X] Add any new entry at the end of GtkTreeView, not in the cursor
    position.  This bug is valid on ping, traceroute and scan.

General:
[ ] Add gconf support to store:
    - Last host requested
	- Last settings used (count ping, netstat query, etc)
[ ] Implement information of network devices
    [X] Add support for IPv6
	[ ] To implement "link state" and "collission"
[X] Implement traceroute (with tcp and/or icmp)
[X] Implement netstat
[X] Add DNS query
[X] Add Whois query
[X] Add support to IPv6 (ping6, traceroute6, network interface)
[ ] Add Copy-to-clipboard on Information (info.c)
[X] Show error messages, feeback to the user.
    (for instance: Host not found)
[ ] Glib-ize util-mii

i18n:
[X] Add internacionalization support (mostly add files in POTFILES.in)

UI:
[ ] A graphical traceroute
[X] A better ping output: GtkTreeView instead GtkTextView and 
    a label to show the perfomance every time.
[ ] Accept arguments by command line.

Portability:
[-] Multiplataform support (may be with a ping/traceroute helper to
    process de same output)
[X] Detection of network devices
[ ] Add *BSD support in ping command/output