Skip to content

Commit b5637f9

Browse files
committed
More TODO thing for next releases 📝
1 parent a57382d commit b5637f9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

TODO

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ capture:
77
so if a packet is marked as fragmented, part of its payload
88
will not be displayed.
99

10+
* Add command line option to capture rtp packets
11+
All relevant captured packets are stored in memory, so this
12+
option should not be enabled by default. Adding a --rtp argument
13+
to make sngrep store this packets for saving them will be an
14+
option.
15+
1016
sip:
1117
* Improve the way payload is stored
1218
Payload is included two times. One in the msg->payload pointer
@@ -28,6 +34,14 @@ ui:
2834
It would be nice to handle KEY_RESIZE event and change all displayed
2935
panels.
3036

37+
* Improve Save panel
38+
Make save panel smarter. If you're displaying raw text, TEXT should
39+
be automatically selected on the save dialog. If you have selected
40+
multiple dialogs, 'save selected' should be the default option.
41+
If you're filtering dialogs, 'save filtering' should be the default
42+
option. If you're saving pcap and you enter .pcap in the filename,
43+
we should avoid adding the file prefix.
44+
3145
* Improve colors for white background terminals
3246
The best approach for colors should be use terminal defaults.
3347
Right now, white background terminals must set background dark option

0 commit comments

Comments
 (0)