Wireshark-bugs: [Wireshark-bugs] [Bug 11062] Mac OSX 10.10 hangs with 1.99.3 when trying to expo

Date: Tue, 17 Mar 2015 01:02:14 +0000

Comment # 5 on bug 11062 from
Well, there are a bunch of problems here:

    1) the

    for (i = 0, item = eo_ui_->objectTree->topLevelItem(i); item != NULL; i++)
{
        ...
    }

        loop will spin forever exporting the first object over and over again;

    2) the loop in question isn't choosing different names for different
objects, and fails for most files because the file already exists;

    3) it just says that "some files couldn't be saved" without giving any
explanatory details.

The GTK+ version is annoying in other ways.

This needs some cleanup.


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