Wireshark-commits: [Wireshark-commits] rev 54102: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 14 Dec 2013 18:25:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54102

User: wmeier
Date: 2013/12/14 06:25 PM

Log:
 Fix VS Code Analysis warning:
   C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. \
   Results might not be an expected value
 
 'offset++' --> 'offset += 1' for consistency;
 Add/adjust whitespace;
 Add editor modelines

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