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