aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/conversations_eth.c')
-rw-r--r--gtk/conversations_eth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/conversations_eth.c b/gtk/conversations_eth.c
index 4ed203c483..262590b3b4 100644
--- a/gtk/conversations_eth.c
+++ b/gtk/conversations_eth.c
@@ -53,9 +53,9 @@ eth_conversation_packet(void *pct, packet_info *pinfo, epan_dissect_t *edt _U_,
static void
-eth_conversation_init(char *optarg)
+eth_conversation_init(const char *optarg)
{
- char *filter=NULL;
+ const char *filter=NULL;
if(!strncmp(optarg,"conv,eth,",9)){
filter=optarg+9;