summaryrefslogtreecommitdiff
path: root/ui/voip_calls.c
diff options
context:
space:
mode:
authorJiri Novak <j.novak@netsystem.cz>2016-12-17 17:45:40 +0100
committerAnders Broman <a.broman58@gmail.com>2016-12-18 20:08:03 +0000
commit7d1b8dee925373da07c258bc26298fc73a7bfe4a (patch)
treebb3ee21d2ecac824dfd30a036e3861b24e4f14f6 /ui/voip_calls.c
parent4b613a174e42e78031276a1e230497e993b1d534 (diff)
downloadwireshark-7d1b8dee925373da07c258bc26298fc73a7bfe4a.tar.gz
Call Flow: Fix - Duration of segment of RTP flow is wrong in call flow.
But is observed in 2.0 and later branches. Change-Id: I46fcbb33824d30bac1999e1b61d9c249972d17f0 Reviewed-on: https://code.wireshark.org/review/19316 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/voip_calls.c')
-rw-r--r--ui/voip_calls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/voip_calls.c b/ui/voip_calls.c
index d376afcb9b..6cd70d728a 100644
--- a/ui/voip_calls.c
+++ b/ui/voip_calls.c
@@ -680,6 +680,7 @@ rtp_packet(void *tap_offset_ptr, packet_info *pinfo, epan_dissect_t *edt, void c
/* Add the info to the existing RTP stream */
strinfo->packet_count++;
strinfo->stop_fd = pinfo->fd;
+ strinfo->stop_rel_time = pinfo->rel_ts;
/* process RTP Event */
if (tapinfo->rtp_evt_frame_num == pinfo->num) {