sngrep/TODO

30 lines
1.0 KiB
Plaintext
Raw Normal View History

2013-06-20 13:11:33 -04:00
ToDo List
=========
sip:
* Change parsing functions for something more efficient (osip2?)
Parsing with sscanf is not the best way, but the simplest. If
we require to parse more headers in the future, it will start
2014-10-21 11:53:25 -04:00
to be worse and worse
2013-06-20 13:11:33 -04:00
2015-01-14 06:37:12 -05:00
* Improve the way payload is stored
Payload is included two times. One in the msg->payload pointer
and also in msg->pcap_packet content. This doubles the required
memory.
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
* Show call duration
2013-06-20 13:11:33 -04:00
It would be great to show this two columns on main screean.
First one can be calculated from the difference between first
and last messages timestamps.
2015-01-14 06:37:12 -05:00
* Change List columns in runtime
Sometimes its useful to filter the list for some column that is
not being displayed (like time, transport, ...), so it would be
nice to allow choosing the columns during runtime
2013-06-20 13:11:33 -04:00