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

Wireshark-commits: [Wireshark-commits] rev 43621: /trunk/ui/gtk/ /trunk/ui/gtk/: io_stat.c

Date: Mon, 09 Jul 2012 02:33:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43621

User: etxrab
Date: 2012/07/08 07:33 PM

Log:
 From Evan Huus:
 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),

Directory: /trunk/ui/gtk/
  Changes    Path          Action
  +39 -44    io_stat.c     Modified