ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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