aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/voip_calls.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-14 09:53:33 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-14 09:53:33 +0000
commit4c801c8604eca74feafee74ab6eb9ec8fbd7aebc (patch)
tree61f248142644729094eacc1fb0d9bd65f87a81c7 /ui/gtk/voip_calls.c
parent18f0ab61cb5a194908f11789f45564812342c567 (diff)
VoIP Calls Graph Analysis: Elements not sorted by Time.
Sort the list based on frame number. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6926 svn path=/trunk/; revision=41544
Diffstat (limited to 'ui/gtk/voip_calls.c')
-rw-r--r--ui/gtk/voip_calls.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/gtk/voip_calls.c b/ui/gtk/voip_calls.c
index 3098f6a00d..ca0637b98e 100644
--- a/ui/gtk/voip_calls.c
+++ b/ui/gtk/voip_calls.c
@@ -605,7 +605,7 @@ static void RTP_packet_draw(void *prs _U_)
{
rtp_listinfo = rtp_streams_list->data;
- /* using the setup frame number of the RTP stream, we get the call number that it belongs */
+ /* using the setup frame number of the RTP stream, we get the call number that it belongs to*/
voip_calls_graph_list = g_list_first(the_tapinfo_struct.graph_analysis->list);
while (voip_calls_graph_list)
{
@@ -1027,7 +1027,6 @@ voip_calls_tapinfo_t* voip_calls_get_info(void)
return &the_tapinfo_struct;
}
-
/****************************************************************************/
/* TAP INTERFACE */
/****************************************************************************/