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 24615: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 13 Mar 2008 05:24:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24615

User: gerald
Date: 2008/03/13 05:24 AM

Log:
 sscanf() apparently handles negative input values, even when your
 target is an unsigned int.  Adjust our bogus value check to match
 the recent int -> guint change. Fixes bug 2355.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +4 -3      packet-bootp.c    Modified