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 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