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] [Wireshark-commits] rev 25761: /trunk/wsutil/ /trunk/wsutil/

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Thu, 17 Jul 2008 19:11:41 -0400
Jeff Morriss wrote:

wmeier@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25761

User: wmeier
Date: 2008/07/17 02:40 PM

Log:
 checkAPIs: remove '-g abort'; g_assert OK for wsutils files ?

I put the g_assert() in privileges.c (rev 24648) after finding some utilities (capinfos, editcap) weren't calling get_credential_info() which was causing them to not work correctly. Since the assert is to prevent a programming error so it makes sense to me to keep it there though I guess there could be another way...

It's fine by me...