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

Wireshark-commits: [Wireshark-commits] rev 23253: /trunk/epan/ /trunk/epan/dissectors/: packet-umts

Date: Tue, 23 Oct 2007 11:02:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23253

User: martinm
Date: 2007/10/23 11:02 AM

Log:
 Make groups of PDUs filterable as large FT_BYTES items
 (where the initial length isn't readily available when item is first added)
 
 Note that this still won't work where an initial length of 0 is given for
 the item that will later be extended using proto_item_set_len(), as the
 pointer value part of the zero-length array will reamin NULL...

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +2 -2      packet-umts_fp.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +3 -0      proto.c       Modified