aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/flow_graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/flow_graph.c')
-rw-r--r--gtk/flow_graph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/flow_graph.c b/gtk/flow_graph.c
index 55e9e15206..2eaa75e1d2 100644
--- a/gtk/flow_graph.c
+++ b/gtk/flow_graph.c
@@ -241,7 +241,7 @@ int flow_graph_tcp_add_to_graph(packet_info *pinfo, const struct tcpheader *tcph
{
graph_analysis_item_t *gai;
/* copied from packet-tcp */
- gchar *fstr[] = {"FIN", "SYN", "RST", "PSH", "ACK", "URG", "ECN", "CWR" };
+ const gchar *fstr[] = {"FIN", "SYN", "RST", "PSH", "ACK", "URG", "ECN", "CWR" };
guint i, bpos;
guint fpos = 0;
gchar flags[64] = "<None>";
@@ -524,7 +524,7 @@ static void flow_graph_dlg_create (void)
/* init function for tap */
static void
-flow_graph_init_tap(char *dummy _U_)
+flow_graph_init_tap(const char *dummy _U_)
{
/* initialize graph items store */