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] [Wireshark-commits] rev 31774: /trunk/epan/dissectors/ /trun

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 2 Feb 2010 15:33:41 -0800
On Feb 2, 2010, at 2:32 PM, stig@xxxxxxxxxxxxx wrote:

> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31774
> 
> User: stig
> Date: 2010/02/02 02:32 PM
> 
> Log:
> Added protocol name to "Reassembled length" text.
> 
> Directory: /trunk/epan/dissectors/
>  Changes    Path              Action
>  +1 -1      packet-clnp.c     Modified
>  +1 -1      packet-p_mul.c    Modified
>  +1 -1      packet-tcp.c      Modified
>  +1 -1      packet-x25.c      Modified

NDS's "Reassembled length" field is in generated code; the generator is tools/ncp2222.py.  I've updated that.

Should the field names be "{proto}.reassembled.length", or "{proto}.reassembled_length"?  Do we expect to have other fields with information associated with the reassembly?