summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {