Wireshark-commits: [Wireshark-commits] rev 28607: /trunk/wiretap/ /trunk/wiretap/: libpcap.c pcap-common.c pcap-common.h
From:
guy@xxxxxxxxxxxxx
Date: Tue, 02 Jun 2009 19:06:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28607
User: guy
Date: 2009/06/02 12:06 PM
Log:
When doing a seek-and-read, don't check the packet size, as we don't
have it (we have the size with the pseudo-header length already
removed); we've already read the packet, and thus have already checked
it. Fixes bug 3501.
Directory: /trunk/wiretap/
Changes Path Action
+2 -2 libpcap.c Modified
+16 -12 pcap-common.c Modified
+2 -2 pcap-common.h Modified