Comment # 5
on bug 9949
from Evan Huus
Proof-of-concept hack at https://code.wireshark.org/review/1212
Simply allocating smaller buffers when we know the output will be small reduces
memory usage enormously. Not sure how to make this pretty though, or what the
*actual* minimum size is.
If we can switch the column data usage to wmem we could pass the scope right
through and use wmem_strdup_printf rather than printing into a buffer. That
would be ideal...
You are receiving this mail because:
- You are watching all bug changes.