2013-06-20 13:11:33 -04:00
|
|
|
ToDo List
|
|
|
|
=========
|
2015-03-09 06:34:29 -04:00
|
|
|
|
|
|
|
capture:
|
2015-03-10 10:51:43 -04:00
|
|
|
* Handle Packet fragmentation
|
|
|
|
Right now capture process only handle packets with SIP payload,
|
|
|
|
so if a packet is marked as fragmented, part of its payload
|
|
|
|
will not be displayed.
|
|
|
|
|
2013-06-20 13:11:33 -04:00
|
|
|
ui:
|
|
|
|
* Change panels initialization
|
|
|
|
Right now, all panels are initializated at the same, because
|
|
|
|
each panel can only be invoked once (it is not possible to have
|
|
|
|
two call details panel right now)
|
2015-01-14 06:37:12 -05:00
|
|
|
|
2015-03-09 06:34:29 -04:00
|
|
|
* Add horizontal scrolling
|
|
|
|
It should be nice to be able to scroll horizontaly (with unused
|
|
|
|
right and left keys) in Call List and Call flow.
|
2013-06-20 13:11:33 -04:00
|
|
|
|
2015-03-09 06:34:29 -04:00
|
|
|
* Interface resize
|
|
|
|
When the terminal size changes, the ui is not properly redraw.
|
|
|
|
It would be nice to handle KEY_RESIZE event and change all displayed
|
2015-03-10 10:51:43 -04:00
|
|
|
panels.
|
|
|
|
|
2015-03-10 12:29:27 -04:00
|
|
|
* Improve colors for white background terminals
|
|
|
|
The best approach for colors should be use terminal defaults.
|
|
|
|
Right now, white background terminals must set background dark option
|
|
|
|
in order to see colors properly.
|
|
|
|
|
2015-04-14 13:17:58 -04:00
|
|
|
* Improve compatibility with IPv6
|
|
|
|
IPv6 packets are captured but IPv6 addresses can be 45 chars
|
|
|
|
long, so current UI is not ready to display that kind of
|
|
|
|
addresses
|
2015-04-07 12:00:06 -04:00
|
|
|
|