aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/gui_stat_menu.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-08-27 18:13:20 +0000
committerGerald Combs <gerald@wireshark.org>2013-08-27 18:13:20 +0000
commit6d731a3e79e2feb9abefe2c1238a1c159f34586b (patch)
tree1d09de0370a4f0efd6c6c7dd8572dfaa1394d36f /ui/gtk/gui_stat_menu.h
parent77f1ed0f9364adb75ad60c53618a3ccb9f4a6db0 (diff)
Add TCP sequence number (Stevens-style) graphs.
Add the QCustomPlot widget. Thanks to Emanuel Eichhammer for granting a license change. Move some common code from ui/gtk/tcp_graph.c to ui/tap-tcp-stream.[ch]. Get rid of tcp_graph_selected_packet_enabled(). It was only used in the menu code and didn't match what we were doing elsewhere. Still quite a bit of work to do but it's a promising start. svn path=/trunk/; revision=51538
Diffstat (limited to 'ui/gtk/gui_stat_menu.h')
-rw-r--r--ui/gtk/gui_stat_menu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/gui_stat_menu.h b/ui/gtk/gui_stat_menu.h
index d1a2a86c60..57502b68a6 100644
--- a/ui/gtk/gui_stat_menu.h
+++ b/ui/gtk/gui_stat_menu.h
@@ -154,7 +154,6 @@ void rlc_lte_graph_known_channel_launch(guint16 ueid, guint8 rlcMode,
void gtk_stats_tree_cb(GtkAction *action, gpointer user_data);
void tcp_graph_cb(GtkAction *action, gpointer user_data);
-gboolean tcp_graph_selected_packet_enabled(frame_data *current_frame, epan_dissect_t *edt, gpointer callback_data _U_);
void tcp_graph_known_stream_launch(address *src_address, guint16 src_port,
address *dst_address, guint16 dst_port);