packet-k12.c expects pseudo_header->k12.extra_info to be guchar so make it a unsigned

svn path=/trunk/; revision=25705
This commit is contained in:
Jeff Morriss 2008-07-11 16:37:21 +00:00
parent 2cd9755e81
commit ccd5751c19
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ struct k12_phdr {
const gchar* stack_file;
guint32 input_type;
k12_input_info_t input_info;
gchar* extra_info;
guchar* extra_info;
guint32 extra_length;
void* stuff;
};