aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-gsm_astat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/cli/tap-gsm_astat.c')
-rw-r--r--ui/cli/tap-gsm_astat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/cli/tap-gsm_astat.c b/ui/cli/tap-gsm_astat.c
index 2bff4199b7..1f0a792408 100644
--- a/ui/cli/tap-gsm_astat.c
+++ b/ui/cli/tap-gsm_astat.c
@@ -50,7 +50,8 @@ gsm_a_stat_packet(
void *tapdata,
packet_info *pinfo _U_,
epan_dissect_t *edt _U_,
- const void *data)
+ const void *data,
+ tap_flags_t flags _U_)
{
gsm_a_stat_t *stat_p = (gsm_a_stat_t *)tapdata;
const gsm_a_tap_rec_t *tap_p = (const gsm_a_tap_rec_t *)data;