ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] errors with reassembled packets(?)

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Sat, 14 May 2011 22:54:05 -0400
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)?