On 05/14/2011 11:01 AM, Jeff Morriss wrote:
Loading a couple different captures that do reassembly (e.g.,
http_gzip.gz from the SampleCaptures page), I get:
(wireshark:10106): GLib-CRITICAL **: g_ascii_strcasecmp: assertion `s1
!= NULL' failed
(wireshark:10106): Gtk-CRITICAL **: gtk_box_pack: assertion
`child->parent == NULL' failed
(wireshark:10106): Gtk-CRITICAL **: gtk_box_pack: assertion
`child->parent == NULL' failed
I can try to take a look tonight, but if it's really in the GTK stuff,
it may take me a (long) while to figure it out.
Turns out the problem only showed up when building with CMake because
CMake has the airpcap toolbar enabled by default. The problem was that
toolbar was getting packed twice; fixed in rev 37150.
BTW, configure.in *says* AirPcap should be enabled by default but it's
not. Should it actually be enabled (on non-cmake *NIX builds)?