https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6236
--- Comment #18 from Akos Lukovics <akos321@xxxxxxxxx> 2012-05-11 03:07:05 PDT ---
Sorry for not posting this to the description of the patch file. The attached
patch fixes a bug in the moving average calculation which could make wireshark
crash.
The bug can be reproduced by following these steps:
1) start a capture
2) open the io graph
3) create a filter which filters out all packets, e.g. "tcp.port==0"
4) set smooth to some value other than "No filter"
5) crash.
The reason for the bug was a division-by-zero error.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.