Wireshark-commits: [Wireshark-commits] rev 54795: /trunk/ /trunk/epan/dissectors/: packet-spnego.c

Date: Tue, 14 Jan 2014 18:03:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54795

User: guy
Date: 2014/01/14 06:03 PM

Log:
 Consistently use "guint8" for "8-bit byte".
 
 Constify.
 
 For routines that manipulate sequences of 8-bit bytes, have them take
 guint8 pointers rather than void pointers.
 
 Don't cast away constness.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +29 -29    packet-spnego.c    Modified

Directory: /trunk/asn1/spnego/
  Changes    Path                        Action
  +29 -29    packet-spnego-template.c    Modified

Directory: /trunk/wsutil/
  Changes    Path          Action
  +5 -5      md5.c         Modified