forked from Mirrors/sngrep
todo: improve captures during long executions #179
This commit is contained in:
parent
e4f361382c
commit
e3a1323e01
8
TODO
8
TODO
|
@ -14,6 +14,14 @@ capture:
|
||||||
consider an assembled packet. It's require to evaluate if a packet
|
consider an assembled packet. It's require to evaluate if a packet
|
||||||
contains a SIP message every time we assemble a new segment.
|
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:
|
rtp:
|
||||||
* Improve RTP stream creation
|
* Improve RTP stream creation
|
||||||
We create new streams from SDP information every time we parse a
|
We create new streams from SDP information every time we parse a
|
||||||
|
|
Loading…
Reference in New Issue