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 37953: /trunk/wiretap/ /trunk/wiretap/: lanalyzer.c

Date: Sun, 10 Jul 2011 21:05:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37953

User: guy
Date: 2011/07/10 02:05 PM

Log:
 At that point in the code, bytes_read isn't the total number of record
 header bytes read, as we're reading the two header fields separately and
 checking the byte count for each read.  We *do*, however, know that the
 record header is 4 bytes long, so we can just seek back 4 bytes.

Directory: /trunk/wiretap/
  Changes    Path           Action
  +3 -3      lanalyzer.c    Modified