Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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.