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-wtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-wtp.c') diff --git a/epan/dissectors/packet-wtp.c b/epan/dissectors/packet-wtp.c index 946b9fb1de..219822bee3 100644 --- a/epan/dissectors/packet-wtp.c +++ b/epan/dissectors/packet-wtp.c @@ -681,7 +681,7 @@ dissect_wtp_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) ) && tvb_bytes_exist(tvb, dataOffset, dataLen) ) { /* Try reassembling fragments */ - fragment_data *fd_wtp = NULL; + fragment_head *fd_wtp = NULL; guint32 reassembled_in = 0; gboolean save_fragmented = pinfo->fragmented; -- cgit v1.2.3