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

Date: Sun, 18 Dec 2011 18:31:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40242

User: wmeier
Date: 2011/12/18 10:31 AM

Log:
 Create "Dehunked Entity Body" with O(N) rather than O(N^2) efffort.
 [Actually 1 g_malloc() + N tvb_memcpy() instead of
 ~ N g_malloc()/g_free() + N*(N+1)/2 tvb_memcpy() where N = number of chunks].

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +153 -5    packet-http.c    Modified