aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/follow_udp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-09 19:30:30 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-09 19:30:30 +0000
commit80f9326b2fbf8857f221b6ee6d44c3982cdcbff9 (patch)
treed5dd5ce48d3da0595cc10da6319c729604511c23 /ui/gtk/follow_udp.c
parent41174fa490f141aaf1fdddfcb4f445ecd95888f7 (diff)
From Thomas ERSFELD (GSoC13)
Add TCP/UDP/SSL Follow feature to QtShark Known issue : * Duplicate code with GTK (function need follow_info_t struct but in GTK there is some GWidget variable in struct) * Sometimes TCP Follow fail... svn path=/trunk/; revision=51883
Diffstat (limited to 'ui/gtk/follow_udp.c')
-rw-r--r--ui/gtk/follow_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/follow_udp.c b/ui/gtk/follow_udp.c
index 37061de568..93a5106b7e 100644
--- a/ui/gtk/follow_udp.c
+++ b/ui/gtk/follow_udp.c
@@ -39,6 +39,7 @@
#include <ui/utf8_entities.h>
#include "gtkglobals.h"
+#include "ui/follow.h"
#include "ui/gtk/follow_stream.h"
#include "ui/gtk/keys.h"
#include "ui/gtk/main.h"
@@ -76,7 +77,6 @@ udp_queue_packet_data(void *tapdata, packet_info *pinfo,
return 0;
}
-
/* Follow the UDP stream, if any, to which the last packet that we called
a dissection routine on belongs (this might be the most recently
selected packet, or it might be the last packet in the file). */