Make all the byte arrays for writing out stuff "guint8" rather than
authorGuy Harris <guy@alum.mit.edu>
Mon, 29 Dec 2003 00:25:39 +0000 (00:25 -0000)
committerGuy Harris <guy@alum.mit.edu>
Mon, 29 Dec 2003 00:25:39 +0000 (00:25 -0000)
commit1b6d16c7ccf2363e815def8157e8b226d34650d1
treeaa5757fcfb4da4c5aea939d93afe8061bdfa3f83
parent3074ff6a82139579d7dc4a7cfcfa0f8bb47a629b
Make all the byte arrays for writing out stuff "guint8" rather than
"gint8" - there's no reason for them to be signed, and making them
signed can cause compiler warnings if a value won't fit in 8 bits if
sign-extended.

svn path=/trunk/; revision=9467
wiretap/lanalyzer.c