File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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+
1016sip:
1117 * Improve the way payload is stored
1218 Payload is included two times. One in the msg->payload pointer
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
You can’t perform that action at this time.
0 commit comments