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 44289: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 06 Aug 2012 23:12:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44289

User: gerald
Date: 2012/08/06 04:12 PM

Log:
 Add a maximum span length check to XTP. Fixes a crash discovered by Ben
 Schmidt.
 
 Just use proto_tree_add_item() instead of allocating a
 big-ol-honkin'-block of guint64s and adding their values to the tree via
 proto_tree_add_uint64().
 
 Dissection *should* still work correctly but I can't find any XTP
 captures for testing.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +14 -22    packet-xtp.c    Modified