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

Ethereal-dev: Re: [Ethereal-dev] packet_info v/s frame_data

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Diwakar Shetty <diwakar@xxxxxxxxxxxxxx>
Date: Thu, 22 Mar 2001 11:01:09 +0600
Guy Harris wrote:

> >
> > if (pinfo->fd->flags.visited == 0)
> >             pinfo->fd->old_len = tvb_length_remaining(tvb, offset);
>
>
> So how can that code possibly work?  How can it even *compile*?

"old_len" field was added to the "frame_data"  structure by
us..........................