https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6898
Michael Mann <mmann78@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mmann78@xxxxxxxxxxxx
--- Comment #4 from Michael Mann <mmann78@xxxxxxxxxxxx> 2012-03-28 06:29:41 PDT ---
(In reply to comment #2)
> The problem is the RTMPT dissector is allocating more memory than the fuzz
> script thinks is reasonable. The RTMPT dissector has an upper limit on packet
> sizes which apparently has been increased several times:
Since RTMPT is a TCP protocol, does it make sense to have it use
tcp_dissect_pdus() rather than have its own packet reassembly (where presumably
the large memory allocation happens)? I think tcp_dissect_pdus may be smarter
with the memory usage, although I don't know RTMPT, so I'm not sure if it makes
sense for the protocol.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.