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-atalk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-atalk.c') diff --git a/epan/dissectors/packet-atalk.c b/epan/dissectors/packet-atalk.c index 273f211599..2f8f92729a 100644 --- a/epan/dissectors/packet-atalk.c +++ b/epan/dissectors/packet-atalk.c @@ -888,7 +888,7 @@ dissect_atp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { move asp back in atp? */ if (atp_defragment && aspinfo.reply && (more_fragment || frag_number != 0)) { - fragment_data *fd_head; + fragment_head *fd_head; int hdr; hdr = ATP_HDRSIZE -1; -- cgit v1.2.3