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

Date: Wed, 08 Aug 2012 00:40:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44320

User: gerald
Date: 2012/08/07 05:40 PM

Log:
 Use ep_strbufs instead of trying to track string offsets manually
 and overflowing a buffer. Fixes a crash in bug 7568 discovered by
 Laurent Butti.
 
 We do the Dance Of The String Offset Pointers in several other
 places. They should probably be changed to ep_strbufs as well.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +25 -32    packet-rtps2.c    Modified