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 41240: /trunk/ui/cli/ /trunk/ui/cli/

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Wed, 29 Feb 2012 10:31:41 -0500
etxrab@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41240

User: etxrab
Date: 2012/02/29 07:22 AM

Log:
 Remove the offending %s for now.

I tried that but then I got more warnings:

../../../ui/cli/tap-iostat.c: In function 'iostat_packet':
../../../ui/cli/tap-iostat.c:110: error: 'ftype' may be used uninitialized in this function
../../../ui/cli/tap-iostat.c: In function 'printcenter':
../../../ui/cli/tap-iostat.c:483: error: 'spaces_s' may be used uninitialized in this function
../../../ui/cli/tap-iostat.c: In function 'iostat_draw':
../../../ui/cli/tap-iostat.c:512: error: 'fmt' may be used uninitialized in this function

So I just backed out the offending patch for now...