File: TODO

package info (click to toggle)
etherape 0.9.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 3,416 kB
  • ctags: 993
  • sloc: ansic: 10,053; sh: 8,934; xml: 902; makefile: 194; sed: 16
file content (38 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download
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
36
37
38
User visible features:
----------------------

  * Ability to set per node preferences. Like setting an hour long
    averaging time only for the router.

  * Ability to manually place nodes. It's dependent on the above.
    Once is done you will be able to open and save your own 
    diagrams.

  * Hitting cancel on the preferences window should undo all
    changes done.

Issues in the source code
-------------------------

  * Generalize a way to return error messages from capture.c
  
  * Stablish criteria for the meaning of a function's gboolean 
    return value. Does it mean it was correct or there was an
    error? There are examples of opposite cases.
  
  * Why am I using a global "interface" and a second "device"
    in capture.c? Check that I can just use interface.

  * Use a GArray instead of a fixed array for the protocols
    stack.

  * change all those ugly while (i+1) in capture.c

  * Find out a way to customize the gnome message that pops up
    if a SIGSEGV crashes us.

  * Define GLADEDIR in config.h the same way that PIXMAPS_DIR is, and not
    just pass it to the compiler

--
$Id: TODO,v 1.23 2006/04/16 11:04:52 bchiara Exp $