Wireshark-commits: [Wireshark-commits] rev 32333: /trunk-1.2/ /trunk-1.2/: tap-iostat.c
Date: Tue, 30 Mar 2010 23:53:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32333

User: gerald
Date: 2010/03/30 04:53 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r32296 | morriss | 2010-03-26 14:07:49 -0700 (Fri, 26 Mar 2010) | 7 lines
 Changed paths:
    M /trunk/tap-iostat.c
 
 Use 64-bit counters throughout.  This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3205
 though most of the other taps also need such a change.
 
 Note: the columns don't align with really big numbers.
 
 Add support for 64-bit ftypes.
 ------------------------------------------------------------------------
 r32298 | morriss | 2010-03-26 14:19:30 -0700 (Fri, 26 Mar 2010) | 4 lines
 Changed paths:
    M /trunk/tap-iostat.c
 
 Use one space and a larger printf field width instead of many spaces and a
 smaller field width.  This allows printf to use those extra spaces if it needs
 to, helping column alignment when the numbers are big.
 ------------------------------------------------------------------------
 r32299 | guy | 2010-03-26 15:30:54 -0700 (Fri, 26 Mar 2010) | 5 lines
 Changed paths:
    M /trunk/tap-iostat.c
 
 If we have more than 4294967295 items, we have a real problem, as we
 allocate memory for each item.
 
 Use gboolean for Boolean flags.
 ------------------------------------------------------------------------
 r32300 | guy | 2010-03-26 15:36:22 -0700 (Fri, 26 Mar 2010) | 2 lines
 Changed paths:
    M /trunk/tap-iostat.c
 
 Print 32-bit counters with the right format.
 ------------------------------------------------------------------------

Directory: /trunk-1.2/
  Changes    Path            Action
  +84 -46    tap-iostat.c    Modified