Wireshark-commits: [Wireshark-commits] rev 27941: /trunk/epan/ /trunk/epan/: tvbuff.c tvbuff.h
From:
gerald@xxxxxxxxxxxxx
Date: Fri, 03 Apr 2009 15:30:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27941
User: gerald
Date: 2009/04/03 08:30 AM
Log:
Make the "length" argument of the tvb_mem* functions a size_t since it's
not uncommon to pass them the result of pointer arithmetic. Add size_t
casts in other areas.
Directory: /trunk/epan/
Changes Path Action
+14 -14 tvbuff.c Modified
+4 -4 tvbuff.h Modified