ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10081] Failed to export pdml on large pcap

Date: Fri, 09 May 2014 01:26:49 +0000

Comment # 9 on bug 10081 from
(In reply to comment #8)
> /* XXX - this is a hack until we can just call
>  * fvalue_to_string_repr() for *all* FT_* types. */
> 
> So is the "right" fix to address it there?

That may be *one of* the right fixes :)

Based on a quick skim, construct_match_selected_string() (which is the root
function doing the actual allocating) is only ever called from GUI functions,
so it shouldn't be using emem/wmem anyways, it should be returning glib memory.
Removing emem there is definitely *a* right fix as well.


You are receiving this mail because:
  • You are watching all bug changes.