Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 37053: /trunk/wiretap/ /trunk/wiretap/: commview.c lanal

Date: Tue, 10 May 2011 20:17:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37053

User: guy
Date: 2011/05/10 01:17 PM

Log:
 file_read() can return -1; don't just blindly add it to a previous
 file_read() return value.  Use wtap_file_read_expected_bytes() in a
 number of places.

Directory: /trunk/wiretap/
  Changes    Path              Action
  +18 -28    commview.c        Modified
  +23 -6     lanalyzer.c       Modified
  +10 -3     ngsniffer.c       Modified
  +2 -14     packetlogger.c    Modified