Wireshark-bugs: [Wireshark-bugs] [Bug 8721] -z icmp,srt stalls intermittently
Date: Tue, 28 May 2013 20:18:40 +0000

changed bug 8721

What Removed Added
Status UNCONFIRMED CONFIRMED
CC   eapache@gmail.com
Hardware x86 All
Version 1.10.0 SVN
Ever confirmed   1
OS Windows 7 All

Comment # 2 on bug 8721 from
tap-icmpstat.c and tap-icmpv6stat.c both use a linked list for storing sorted
data, leading to quadratic-time processing of the statistics...

Switching to a tree would trivially bump this down to nlogn, which is probably
fine for our purposes.


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