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 21490: /trunk/wiretap/ /trunk/wiretap/: iseries.c

Date: Sat, 21 Apr 2007 22:59:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21490

User: guy
Date: 2007/04/21 10:59 PM

Log:
 Match "%4x" with an unsigned value in sscanf.
 
 Check for a case where, conceivably, the on-the-wire packet length (from
 the IP header) could be shorter than the captured data length (due to
 Ethernet padding), and handle it by making sure the on-the-wire length
 is always >= the captured data length.

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