Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Tue, 25 Mar 2008 18:53:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24726

User: ashokn
Date: 2008/03/25 06:53 PM

Log:
 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.

Directory: /trunk/epan/
  Changes    Path          Action
  +8 -9      tvbuff.c      Modified