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 7441] When using Advanced IO Graph with Counts --> Runtime

Date: Sat, 7 Jul 2012 11:50:42 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7441

Evan Huus <eapache@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8743|0                           |1
        is obsolete|                            |
   Attachment #8745|                            |review_for_checkin?
              Flags|                            |

--- Comment #4 from Evan Huus <eapache@xxxxxxxxx> 2012-07-07 11:50:41 PDT ---
Created attachment 8745
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8745
IO Graph Fixes

- Allow counting *any* type of field, FT_NONE, FT_PROTOCOL, whatever, by moving
FT_NONE case to default case per Jakub's suggestion.

- Fix get_it_value() for FT_PROTOCOL fields by breaking CALC_TYPE_COUNT_FRAMES
and CALC_TYPE_COUNT_FIELDS out of the adv_type switch statement just like
COUNT_TYPE_FRAMES.

- Avoid an overflow in pixmap_clicked_event() that was causing crashes when
clicking outside the data portion of the graph (when the capture hasn't enough
files to fill the entire graph window),

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.