https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13019

Peter Wu <pe...@lekensteyn.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Peter Wu <pe...@lekensteyn.nl> ---
The SSL key log file is loaded into a hashtable for efficient lookups,
otherwise the whole file has to be scanned for every new session which is
rather inefficient.

When you close the capture file, the memory should be released again. The 8MB
chunk size is indeed likely to be a property of the heap allocator.

Workaround: do not create such gigantic keylog files.

*** This bug has been marked as a duplicate of bug 12804 ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to