aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
diff options
context:
space:
mode:
authorJirka Novak <j.novak@netsystem.cz>2021-01-01 16:51:47 +0100
committerAndersBroman <a.broman58@gmail.com>2021-01-01 19:06:58 +0000
commit2a5c96a79948d2f77cb48e048d6c6eba5c835f98 (patch)
tree5fee1a414289449482bec159e94f2f5b68bec6a3 /ui/cli
parent1f3a81de8650aa505b9b2bae6df19a41b1531328 (diff)
Voice dialogs: Added option to apply display filter in VoIP/RTP dialogs
VoIP Calls dialog and RTP Streams dialog has now option to apply display filter dialog during processing packets. Filter checkbox is activated during dialog open when display filter is active. New field apply_display_filter had to be added to voip_calls_tapinfo_t and _rtpstream_tapinfo/rtpstream_tapinfo_t structures.
Diffstat (limited to 'ui/cli')
-rw-r--r--ui/cli/tap-rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/tap-rtp.c b/ui/cli/tap-rtp.c
index 0be5d75acd..1e6f5add4b 100644
--- a/ui/cli/tap-rtp.c
+++ b/ui/cli/tap-rtp.c
@@ -44,7 +44,7 @@ static void rtpstreams_stat_draw_cb(rtpstream_tapinfo_t *tapinfo);
*/
static rtpstream_tapinfo_t the_tapinfo_struct =
{ NULL, rtpstreams_stat_draw_cb, NULL,
- NULL, 0, NULL, 0, TAP_ANALYSE, NULL, NULL, NULL, FALSE
+ NULL, 0, NULL, 0, TAP_ANALYSE, NULL, NULL, NULL, FALSE, FALSE
};
static void