aboutsummaryrefslogtreecommitdiffstats
path: root/tap-gsm_astat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-gsm_astat.c')
-rw-r--r--tap-gsm_astat.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/tap-gsm_astat.c b/tap-gsm_astat.c
index 07bc874571..ae3bedae6b 100644
--- a/tap-gsm_astat.c
+++ b/tap-gsm_astat.c
@@ -66,15 +66,12 @@ typedef struct _gsm_a_stat_t {
static int
gsm_a_stat_packet(
void *tapdata,
- packet_info *pinfo,
+ packet_info *pinfo _U_,
epan_dissect_t *edt _U_,
- void *data)
+ const void *data)
{
gsm_a_stat_t *stat_p = tapdata;
- gsm_a_tap_rec_t *tap_p = data;
-
-
- pinfo = pinfo;
+ const gsm_a_tap_rec_t *tap_p = data;
switch (tap_p->pdu_type)
{