Wireshark-bugs: [Wireshark-bugs] [Bug 4642] packet-dcm, packet reassembly is not reliable

Date: Sat, 7 Aug 2010 00:45:37 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4642

--- Comment #3 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-08-07 09:45:24 CEST ---
What happens when reloading, or loading a second file? Don't you leak memory?

Shouldn't these:
+    fragment_table_init(&dcm_pdv_fragment_table);
+    reassembled_table_init(&dcm_pdv_reassembled_table);
be in dcm_init() ?

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.