From a18172147f2c64d3bd143de0309278b7491d21f4 Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Wed, 17 Jul 2013 21:12:24 +0000 Subject: Remove fragment_data, add fragment_head, fragment_item - for now alias it to the same structure. This is begin of work to split fragment head and fragments items. svn path=/trunk/; revision=50708 --- epan/dissectors/packet-capwap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-capwap.c') 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 */ -- cgit v1.2.3