Wireshark-commits: [Wireshark-commits] rev 32299: /trunk/ /trunk/: tap-iostat.c

Date: Fri, 26 Mar 2010 22:30:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32299

User: guy
Date: 2010/03/26 03:30 PM

Log:
 If we have more than 4294967295 items, we have a real problem, as we
 allocate memory for each item.
 
 Use gboolean for Boolean flags.

Directory: /trunk/
  Changes    Path            Action
  +5 -4      tap-iostat.c    Modified