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

Date: Mon, 23 Jan 2012 18:54:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40662

User: morriss
Date: 2012/01/23 10:54 AM

Log:
 From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6754 :
 
 Due to the variable remaining_bits_len getting out of sync with bit_offset (in
 one case due to a mistake in the patch for bug 6375, and in another case
 pre-existing).
 
 I have shuffled the decrements of remaining_bits_len so that they always occur
 next to an increment of bit_offset, so that this type of problem is easier to
 spot.
 
 From me: convert tabs to spaces to match the rest of the file.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +28 -30    packet-csn1.c    Modified