Wireshark-bugs: [Wireshark-bugs] [Bug 8460] IO Graph should not be limited to 100k points (NUM_I
Date: Thu, 26 Jun 2014 13:06:32 +0000

changed bug 8460

What Removed Added
CC   balint@balintreczey.hu

Comment # 8 on bug 8460 from
The array contains io_graph_item_t elements, each with a size of 144 bytes on
my system:
(gdb) p sizeof(io_graph_item_t)
$2 = 144
I think with today's machines we could bump the elements in the array to 2^19 =
524288
resulting a 74M array in size.


You are receiving this mail because:
  • You are watching all bug changes.