aboutsummaryrefslogtreecommitdiffstats
path: root/tap-bootpstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-bootpstat.c')
-rw-r--r--tap-bootpstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-bootpstat.c b/tap-bootpstat.c
index da2a2e29a3..7f75d85024 100644
--- a/tap-bootpstat.c
+++ b/tap-bootpstat.c
@@ -82,10 +82,10 @@ dhcpstat_reset(void *psp)
g_hash_table_foreach( sp->hash, (GHFunc)dhcp_reset_hash, NULL);
}
static int
-dhcpstat_packet(void *psp, packet_info *pinfo _U_, epan_dissect_t *edt _U_, void *pri)
+dhcpstat_packet(void *psp, packet_info *pinfo _U_, epan_dissect_t *edt _U_, const void *pri)
{
dhcpstat_t *sp=psp;
- bootp_info_value_t value=pri;
+ const bootp_info_value_t value=pri;
dhcp_message_type_t *sc;
if (sp==NULL)