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