ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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