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

Date: Sat, 13 Jul 2013 10:28:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50551

User: darkjames
Date: 2013/07/13 03:28 AM

Log:
 Remove compute_offset_length() 
 
 We either want to calculate only offset (compute_offset()), or
 offset and remaining length (compute_offset_and_remaining())
 
 Move old generic code to check_offset_length_no_exception())

Directory: /trunk/epan/
  Changes    Path          Action
  +55 -46    tvbuff.c      Modified