URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f8e8c85f99800159d10353143d3439e7ab090c16
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f8e8c85 by Michael Mann (mmann78@xxxxxxxxxxxx):
Limit the start of HTTP request/response to a printable character.
From Martin Mathieson.
In a profiled run with FTP traffic, the HTTP dissector looking for the end of a line of data (which was binary) was taking around 3% of runtime.
bug:8822
Change-Id: I2617d1e49030bd5ad85b0e818c48c01dc6fae075
Reviewed-on: https://code.wireshark.org/review/1373
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from b588511 T38: fix access to uninitialised variables
adds f8e8c85 Limit the start of HTTP request/response to a printable character.
Summary of changes:
epan/dissectors/packet-http.c | 10 ++++++++++
1 file changed, 10 insertions(+)