Save timestamp when updating entry for new request frames in existing call.

svn path=/trunk/; revision=25532
This commit is contained in:
Martin Mathieson 2008-06-23 17:04:52 +00:00
parent d25c57e884
commit 629c06eadb
1 changed files with 4 additions and 0 deletions

View File

@ -2817,6 +2817,10 @@ guint sip_is_packet_resend(packet_info *pinfo,
g_strlcpy(p_val->method, cseq_method, MAX_CSEQ_METHOD_SIZE);
p_val->transaction_state = nothing_seen;
p_val->frame_number = 0;
if (line_type == REQUEST_LINE)
{
p_val->request_time = pinfo->fd->abs_ts;
}
}
}
else