aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-capwap.c')
-rw-r--r--epan/dissectors/packet-capwap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-capwap.c b/epan/dissectors/packet-capwap.c
index 8a74c52c91..dcee1551ea 100644
--- a/epan/dissectors/packet-capwap.c
+++ b/epan/dissectors/packet-capwap.c
@@ -1374,7 +1374,7 @@ dissect_capwap_control(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void
gboolean fragment_more;
guint32 fragment_id;
guint32 fragment_offset;
- fragment_data *frag_msg = NULL;
+ fragment_head *frag_msg = NULL;
gboolean save_fragmented;
/* Make entries in Protocol column and Info column on summary display */
@@ -1461,7 +1461,7 @@ dissect_capwap_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
gboolean fragment_more;
guint32 fragment_id;
guint32 fragment_offset;
- fragment_data *frag_msg = NULL;
+ fragment_head *frag_msg = NULL;
gboolean save_fragmented;
/* Make entries in Protocol column and Info column on summary display */