Wireshark-commits: [Wireshark-commits] rev 27090: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Mon, 22 Dec 2008 20:24:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27090

User: guy
Date: 2008/12/22 12:24 PM

Log:
 err_posn_table[] was mis-generated (probably a cut-and-pasteo, as,
 given that we're using #defines for NO_ERROR_DETECTED and
 UNCORRECTIBLE_ERROR, the table is 2x128, rather than 8x32 like the other
 tables, so I probably had a loop that advanced by 8 elements but printed
 only 2 of them).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +100 -4    packet-atm.c    Modified