http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43903
User: guy
Date: 2012/07/21 06:29 PM
Log:
Copy over revision from trunk:
------------------------------------------------------------------------
r43901 | eapache | 2012-07-21 12:18:12 -0700 (Sat, 21 Jul 2012) | 6 lines
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).
------------------------------------------------------------------------
r43898 | eapache | 2012-07-21 09:10:16 -0700 (Sat, 21 Jul 2012) | 5 lines
The se_tree_* functions are destructive to the key, so save and restore
the key around each call.
Fixes part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7509
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+22 -6 packet-reload-framing.c Modified