Wireshark-commits: [Wireshark-commits] rev 45549: /trunk-1.8/epan/dissectors/ /trunk-1.8/epan/disse

Date: Sun, 14 Oct 2012 22:55:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45549

User: guy
Date: 2012/10/14 03:55 PM

Log:
 Copy over revisions from trunk:
 
   ------------------------------------------------------------------------
   r45548 | guy | 2012-10-14 15:53:25 -0700 (Sun, 14 Oct 2012) | 2 lines
 
   Clean up the "round up to a multiple of 4" code a bit.
 
   ------------------------------------------------------------------------
   r45524 | eapache | 2012-10-13 15:12:52 -0700 (Sat, 13 Oct 2012) | 9 lines
 
   Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7858
 
   Use a full 32-bit literal instead of just a 16-bit one. Fixes case where
   the value we're &-ing with just slips over 2^16, making us get stuck
   in an infinite loop.
 
   I'm not sure this matches the iscsi spec anymore, the comment in the code
   about padding bytes is ambiguous as to whether they're leading or trailing.

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