Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8287] HTTP dissector: add timespan between req/res, add li

Date: Fri, 01 Feb 2013 22:58:59 +0000

changed bug 8287

What Removed Added
CC   [email protected]

Comment # 9 on bug 8287 from
(In reply to comment #6)
> Wireshark doesn't currently offer a double linked list with the seasonal
> memory allocator.

Adding a doubly-linked list to wmem (the new replacement for seasonal/ephemeral
memory) would be pretty trivial. I can whip something up if that would be
useful.

Also note that one of the things wmem is going to provide is a proper
(relatively efficient) realloc so that you don't have to fake it with
alloc+memcpy like you've done here, however this is more work and isn't yet
done. I've been unfortunately short on time to work on it recently.

Regardless, replacing your emem calls with equivalent wmem calls will make it
easier to adjust in the future when I have time to finish wmem.

Evan

P.S. see doc/README.wmem for more information


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