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

Date: Sat, 17 Nov 2012 09:45:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46052

User: guy
Date: 2012/11/17 01:45 AM

Log:
 Get rid of /* FALLTHROUGH */ comments that don't refer to falling
 through a clause in a switch statement to the following clause (that's
 what /* FALLTHROUGH */ is for - it was originally a comment to tell lint
 not to complain about the lack of a break statement).
 
 Use guint8 rather than guchar for an 8-bit binary value.
 
 Add a comment noting the weird stuff Microsoft does with RDP atop ISO
 COTP atop TPKT.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +31 -19    packet-ositp.c    Modified