Fixed some data types to remove some warnings.

svn path=/trunk/; revision=27829
This commit is contained in:
Stig Bjørlykke 2009-03-23 13:15:56 +00:00
parent 9d70ae5470
commit 0c1f7c06f2
1 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ display_rsp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ajp13_tree)
guint8 hcd;
guint8 hid;
char hval[8192];
guint8 hval[8192];
guint16 hval_len;
int orig_pos = pos;
const gchar* hname = NULL;
@ -598,7 +598,7 @@ display_req_forward(tvbuff_t *tvb, packet_info *pinfo,
const gchar* hname = NULL;
int dp = 0;
int cl = 0;
char *hval;
guint8 *hval;
guint16 hval_len;
/* HEADER CODE/NAME