aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aruba-adp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-aruba-adp.c')
-rw-r--r--epan/dissectors/packet-aruba-adp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-aruba-adp.c b/epan/dissectors/packet-aruba-adp.c
index a23fdf3870..1103462709 100644
--- a/epan/dissectors/packet-aruba-adp.c
+++ b/epan/dissectors/packet-aruba-adp.c
@@ -60,8 +60,8 @@ dissect_aruba_adp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree *ti = NULL;
proto_tree *aruba_adp_tree = NULL;
guint16 type;
- const char *src_mac;
- const char *switchip;
+ const guint8 *src_mac;
+ const guint8 *switchip;
if (check_col(pinfo->cinfo, COL_PROTOCOL))