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

Date: Sat, 21 Jul 2012 19:18:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43901

User: eapache
Date: 2012/07/21 12:18 PM

Log:
 Fix mis-allocated key size as caught by valgrind.
 
 We have to divide the 'length' field to work with guint32 pointer arithmetic,
 but we still want to allocate and memcpy the original length value, since
 both of those operate in raw bytes, not blocks of sizeof(guint32).

Directory: /trunk/epan/dissectors/
  Changes    Path                       Action
  +11 -6     packet-reload-framing.c    Modified