aboutsummaryrefslogtreecommitdiffstats
path: root/tap-smbstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-smbstat.c')
-rw-r--r--tap-smbstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-smbstat.c b/tap-smbstat.c
index 4c6b4ef4a4..c077f83d19 100644
--- a/tap-smbstat.c
+++ b/tap-smbstat.c
@@ -55,10 +55,10 @@ typedef struct _smbstat_t {
static int
-smbstat_packet(void *pss, packet_info *pinfo, epan_dissect_t *edt _U_, void *psi)
+smbstat_packet(void *pss, packet_info *pinfo, epan_dissect_t *edt _U_, const void *psi)
{
smbstat_t *ss=(smbstat_t *)pss;
- smb_info_t *si=psi;
+ const smb_info_t *si=psi;
nstime_t delta;
timestat_t *sp=NULL;