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>
This commit is contained in:
Jiri Novak 2016-12-17 17:45:40 +01:00 committed by Anders Broman
parent 4b613a174e
commit 7d1b8dee92
1 changed files with 1 additions and 0 deletions

View File

@ -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) {