todo: improve captures during long executions #179

This commit is contained in:
Kaian 2017-04-04 12:34:57 +02:00
parent e4f361382c
commit e3a1323e01
1 changed files with 8 additions and 0 deletions

8
TODO
View File

@ -14,6 +14,14 @@ capture:
consider an assembled packet. It's require to evaluate if a packet
contains a SIP message every time we assemble a new segment.
* Improve long run performance
Right now, sngrep stores a lot of information in memory making it quite
dangerous in long runs. We implemented a dialog limit to avoid being
afraid of leaving an unattended sngrep, but it ended being also used
by internal structures as a max size reference. While the limit is still
a good idea, it will be nice to decouple it from the internals, allowing
even unlimited captures if specified by the user at own risk.
rtp:
* Improve RTP stream creation
We create new streams from SDP information every time we parse a