ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6236] Calculate moving averages in IO Graphs

Date: Fri, 11 May 2012 03:07:06 -0700 (PDT)
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.