summaryrefslogtreecommitdiff
path: root/tap-sipstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-sipstat.c')
-rw-r--r--tap-sipstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-sipstat.c b/tap-sipstat.c
index 2aa6bdf8ae..190506a099 100644
--- a/tap-sipstat.c
+++ b/tap-sipstat.c
@@ -344,10 +344,10 @@ sipstat_draw(void *psp )
}
static void
-sipstat_init(char *optarg)
+sipstat_init(const char *optarg)
{
sipstat_t *sp;
- char *filter=NULL;
+ const char *filter=NULL;
GString *error_string;
if (strncmp (optarg, "sip,stat,", 9) == 0){