Wireshark-commits: [Wireshark-commits] rev 47090: /trunk-1.8/epan/ /trunk-1.8/epan/: reassemble.c
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47090
User: etxrab
Date: 2013/01/14 10:05 PM
Log:
Copy over:
Revision 46999 - From Evan:
sanity checks before setting a packet's total length in
fragment_set_tot_len()
(from me: check if fragments exist for the given id)
hopefully, this fixes #8111 and #8163 without causing troubles for other
protocols that use fragmentation and reassembly
--------------------------------------------------------------------------------
Revision 46812 - Add full modelines and minor whitespace fixes.
--------------------------------------------------------------------------------
Revision 44459 - Add 'fragment_table_destroy()'
--------------------------------------------------------------------------------
Revision 44382 - Use g_slice allocation for 'reassembled_table' keys (instead of se allocation).
Not strictly required, but IMO a bit cleaner (if maybe a bit less efficient).
--------------------------------------------------------------------------------
Revision 44371 - From Jakub Zawadzki: Fix for memory leak in reassemble.c
Bug #4141
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4141#c10
Directory: /trunk-1.8/epan/
Changes Path Action
+111 -34 reassemble.c Modified