ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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