Wireshark-commits: [Wireshark-commits] rev 54652: /trunk/ /trunk/: tfshark.c
Date: Wed, 08 Jan 2014 05:40:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54652

User: guy
Date: 2014/01/08 05:40 AM

Log:
 Sorry, the bytes-to-read argument to file_read() is unsigned int, so
 cast packet_size to unsigned int.  Yes, that means that it can't read
 more than 65535 bytes.
 
 Clean up white space while we're at it.

Directory: /trunk/
  Changes    Path          Action
  +45 -45    tfshark.c     Modified