http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26114
User: gerald
Date: 2008/09/02 10:17 AM
Log:
Copy over tvbuff fixes from the trunk:
------------------------------------------------------------------------
r24726 | ashokn | 2008-03-25 11:53:17 -0700 (Tue, 25 Mar 2008) | 6 lines
Changed paths:
M /trunk/epan/tvbuff.c
Fixed bug with tvb_get_bits64(); the mask array had one less "ff" than
it needs. This manifests itself in calls to tvb_get_bits64() and in
calls to proto_tree_add_bits_xxx() for >32 bits.
------------------------------------------------------------------------
r24942 | etxrab | 2008-04-12 10:00:41 -0700 (Sat, 12 Apr 2008) | 3 lines
Changed paths:
M /trunk/epan/tvbuff.c
From Michael McCartney:
patch for tvb_get_bits16 not to read past end of buffer
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2439
------------------------------------------------------------------------
r25028 | jmayer | 2008-04-14 14:31:19 -0700 (Mon, 14 Apr 2008) | 1 line
Changed paths:
M /trunk/epan/tvbuff.c
Get rid of some unsued code: The warning causes a failure due to -Werror
------------------------------------------------------------------------
r25677 | morriss | 2008-07-08 13:04:11 -0700 (Tue, 08 Jul 2008) | 1 line
Changed paths:
M /trunk/epan/tvbuff.c
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2649 by adding some length checks to two while loops in tvb_uncompress()
------------------------------------------------------------------------
Directory: /trunk-1.0/epan/
Changes Path Action
+51 -30 tvbuff.c Modified