aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-05 08:53:22 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-05 09:25:47 +0000
commitabc6fb24fa2d8ef52692532776fb6de59de791dd (patch)
treedd58520e1a8485d9653dd2244c07ae77313e8c8d /ui/gtk
parent8881f3f61a793be6158eb9d1b9f4114edc5b957c (diff)
Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6d
(Copyright or info about file...) Change-Id: I90ba8b1c3ec8406b0c3365a69a8555837fc4bbb1 Reviewed-on: https://code.wireshark.org/review/515 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/flow_graph.c1
-rw-r--r--ui/gtk/sip_stat.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/flow_graph.c b/ui/gtk/flow_graph.c
index 084e43b6a5..21325d98f4 100644
--- a/ui/gtk/flow_graph.c
+++ b/ui/gtk/flow_graph.c
@@ -1,4 +1,5 @@
/* flow_graph.c
+ * Allows to display a flow graph of the currently displayed packets
*
* Copyright 2004, Ericsson , Spain
* By Francisco Alcoba <francisco.alcoba@ericsson.com>
diff --git a/ui/gtk/sip_stat.c b/ui/gtk/sip_stat.c
index 46c0832c88..7cd1621f11 100644
--- a/ui/gtk/sip_stat.c
+++ b/ui/gtk/sip_stat.c
@@ -1,6 +1,7 @@
/* sip_stat.c
* sip_stat 2004 Martin Mathieson
*
+ * Copied from http_stat.c
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>