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

Date: Tue, 14 Sep 2010 14:24:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34113

User: etxrab
Date: 2010/09/14 07:24 AM

Log:
 From Vincent Helfre:
 Incorrect decoding of List of ARFCN in BCCH frequency list.
 When the range 1024 is selected, it can happen that 2 bytes need to be read for
 W1, and also for W2. In the current version, when W1 ends on a byte boundary,
 W2 will get an incorrect value, since it will be truncated by 1 bit.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5214

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