Wireshark-commits: [Wireshark-commits] rev 49999: /trunk/wiretap/ /trunk/wiretap/: libpcap.c

Date: Tue, 18 Jun 2013 01:02:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49999

User: eapache
Date: 2013/06/17 06:02 PM

Log:
 Don't limit the on-the-wire length of packets to 64KB, there are larger packets
 out there (especially over USB) and we should be able to load them as long as
 they are snapped to a sane length.
 
 Also validate that packets do not specify a snapshot length larger than the one
 in the file header, though only make it a warning, as this is not necessarily a
 fatally corrupt packet.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8808

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