Wireshark-commits: [Wireshark-commits] rev 50549: /trunk/epan/ /trunk/epan/: tvbuff.c

Date: Sat, 13 Jul 2013 09:17:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50549

User: darkjames
Date: 2013/07/13 02:17 AM

Log:
 TVB: rewrite compute_offset_length(), check_offset_length_no_exception() to return exception number instead of FALSE, and 0 instead of TRUE
 + if there's overflow in check_offset_length_no_exception() just set exception, don't clamp end_offset (it could be an issue for 4GB tvbs :>)

Directory: /trunk/epan/
  Changes    Path          Action
  +89 -100   tvbuff.c      Modified