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 42114: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 17 Apr 2012 21:09:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42114

User: etxrab
Date: 2012/04/17 02:09 PM

Log:
 From Evan Huus: We were using guint8s as loop counters based on field lengths, and they were overflowing/wrapping falsely. Making them guint16s fixes the problem. Bug 7122 -HCIEVT infinite loop https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7122

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +2 -1      packet-bthci_evt.c    Modified