Wireshark

David Woodhouse dwmw2 at infradead.org
Tue Feb 26 14:28:41 EST 2008


On Mon, 2008-02-25 at 15:02 -0500, Ricardo Carrano wrote:
> 14:43:34          Err  file about_dlg.c: line 250 (splash_update): assertion
> failed: (ul_sofar <= ul_count)
> Aborted (core dumped)

We shouldn't be hacking epan/dissectors/register.c directly -- it's
autogenerated. If we'd regenerated it using the proper tool, it would
have increased the counts in the register_count() function accordingly.
But we didn't, and that's why the count of registered protocols exceeds
the 'maximum'.

Since it's autogenerated, it is sufficient just to remove it in the RPM
specfile and it'll get created again appropriately.

ftp://ftp.infradead.org/pub/wireshark/wireshark.spec (with RPMs in the
same directory)

-- 
dwmw2




More information about the Devel mailing list