aboutsummaryrefslogtreecommitdiffstats
path: root/tap-httpstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-httpstat.c')
-rw-r--r--tap-httpstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-httpstat.c b/tap-httpstat.c
index 3e537d7fd5..2e5e3454ad 100644
--- a/tap-httpstat.c
+++ b/tap-httpstat.c
@@ -187,9 +187,9 @@ httpstat_reset(void *psp )
}
static int
-httpstat_packet(void *psp , packet_info *pinfo _U_, epan_dissect_t *edt _U_, void *pri)
+httpstat_packet(void *psp , packet_info *pinfo _U_, epan_dissect_t *edt _U_, const void *pri)
{
- http_info_value_t *value=pri;
+ const http_info_value_t *value=pri;
httpstat_t *sp=(httpstat_t *) psp;
/* We are only interested in reply packets with a status code */