summaryrefslogtreecommitdiff
path: root/tap-wspstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-wspstat.c')
-rw-r--r--tap-wspstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-wspstat.c b/tap-wspstat.c
index b12255c8b4..8fe193e538 100644
--- a/tap-wspstat.c
+++ b/tap-wspstat.c
@@ -133,10 +133,10 @@ index2pdut(gint pdut)
return 0;
}
static int
-wspstat_packet(void *psp, packet_info *pinfo _U_, epan_dissect_t *edt _U_, void *pri)
+wspstat_packet(void *psp, packet_info *pinfo _U_, epan_dissect_t *edt _U_, const void *pri)
{
wspstat_t *sp=psp;
- wsp_info_value_t *value=pri;
+ const wsp_info_value_t *value=pri;
gint index = pdut2index(value->pdut);
int retour=0;