aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/graph_analysis.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-09-21 11:28:26 -0400
committerMichael Mann <mmann78@netscape.net>2017-09-21 22:16:09 +0000
commit620d54b1e3a4fcad1994409013f6a5b2b76913b4 (patch)
tree57178fbcdd56a4628a359c996c69f4b256a7f848 /ui/gtk/graph_analysis.h
parentbd28737d7f0e4cd30f68f16ee94dcc0dfcf33ea3 (diff)
Complete move of tap-sequence-analysis.c functionality to sequence_analysis.c
Since dissectors are now populating the timestamp of the seq_analysis_item_t structure within the tap function, don't have the sequence_anaylsis redo it when writing an ASCII file. This removes the need for the capture_file parameter and simplifies the logic a bit. Also just have GUI register the tap itself. It will provide for some more flexibility in the future. Change-Id: I55b2f951b977ea70ac9f7eb4929245b0779e5f0e Reviewed-on: https://code.wireshark.org/review/23650 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/gtk/graph_analysis.h')
-rw-r--r--ui/gtk/graph_analysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/graph_analysis.h b/ui/gtk/graph_analysis.h
index a22c87c46c..a715ed1944 100644
--- a/ui/gtk/graph_analysis.h
+++ b/ui/gtk/graph_analysis.h
@@ -32,7 +32,7 @@
#include <glib.h>
#include <gtk/gtk.h>
#include <epan/address.h>
-#include <ui/tap-sequence-analysis.h>
+#include <epan/sequence_analysis.h>
/** max number of nodes to display, each node will be an IP address */
#define MAX_NUM_COL_CONV 10