ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] packet-m2m.c:464:51: error: 'fragment_data' has no member na

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Mon, 15 Jul 2013 10:34:54 -0400
On 07/14/13 12:04, Toralf Förster wrote:
got it since r50580

  CC     packet-m2m.lo
packet-m2m.c: In function 'pdu_burst_decoder':
packet-m2m.c:464:51: error: 'fragment_data' has no member named 'data'
make[3]: *** [packet-m2m.lo] Error 1

It looks like that file hasn't been updated in your tree. Line 464 in the current version of that file is:

> pdu_tvb = tvb_new_chain(tvb, pdu_frag->tvb_data);

and it compiles just fine.

I'd suggest you "svn up" again or maybe "svn revert" that file.