Wireshark-commits: [Wireshark-commits] rev 50488: /trunk/ui/cli/ /trunk/ui/cli/: tap-iostat.c

Date: Wed, 10 Jul 2013 18:41:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50488

User: etxrab
Date: 2013/07/10 11:41 AM

Log:
 From Cal Turney:
 - tshark -q -z io,stat,1 causes core dump for files larger than ~2MB
 (with this fix it will still overflow on 32-bits for frame time > 4294s)
 
 - In tshark's "io,stat" eliminate the unrequested "Frames and bytes" col, fix formatting, and add "Duration"
 
 From me:
 Added casts to squelch compiler warnings on win7 64bit
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8839

Directory: /trunk/ui/cli/
  Changes    Path            Action
  +113 -62   tap-iostat.c    Modified