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

_______________________________________________
Devel mailing list
[email protected]
http://lists.laptop.org/listinfo/devel

Reply via email to