Consistently use "guint8" for "8-bit byte".
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 14 Jan 2014 18:03:54 +0000 (18:03 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 14 Jan 2014 18:03:54 +0000 (18:03 +0000)
commita720ae1d75d0b9066e42224f9c791a26688f168a
treedf74f6010b42a4c95c8ff57c9963bd1cf6c58c1f
parent521ea1c9bc4ea39e537d8eabd935b9c448b3ebbe
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54795 f5534014-38df-0310-8fa8-9805f1628bb7
asn1/spnego/packet-spnego-template.c
epan/dissectors/packet-spnego.c
wsutil/md5.c