aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_session.c
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 /sharkd_session.c
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 'sharkd_session.c')
-rw-r--r--sharkd_session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sharkd_session.c b/sharkd_session.c
index a5b90ba139..dfb7945e1e 100644
--- a/sharkd_session.c
+++ b/sharkd_session.c
@@ -2182,7 +2182,7 @@ sharkd_session_process_tap(char *buf, const jsmntok_t *tokens, int count)
int i;
rtpstream_tapinfo_t rtp_tapinfo =
- { NULL, NULL, NULL, NULL, 0, NULL, 0, TAP_ANALYSE, NULL, NULL, NULL, FALSE };
+ { NULL, NULL, NULL, NULL, 0, NULL, 0, TAP_ANALYSE, NULL, NULL, NULL, FALSE, FALSE};
for (i = 0; i < 16; i++)
{