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: Sat, 02 Feb 2013 03:06:13 +0000

Comment # 10 on bug 8287 from
I can replace the se_ functions with wmem. (My code was developed and tested on
1.8 branch which is lacking wmem) However when I make those changes, I would
like to write a "final" version of the code in the HTTP dissector which uses a
wmem_realloc(). Even if that is currently only implemented as a wmem_alloc()
and memcpy internally, we could have dissector developers use the new realloc()
and properly implement it later. We won't need to fix a potentially large
number of dissectors then.


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