summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ajp13.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-23 13:15:56 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-23 13:15:56 +0000
commit0c1f7c06f209ca5ed495b5c57347b2b7ed622172 (patch)
treec12f9e129e750ab015f9ded3ae66225a5e3d37ef /epan/dissectors/packet-ajp13.c
parent9d70ae5470c8882b7daf10face8ed7f91239dd95 (diff)
downloadwireshark-0c1f7c06f209ca5ed495b5c57347b2b7ed622172.tar.gz
Fixed some data types to remove some warnings.
svn path=/trunk/; revision=27829
Diffstat (limited to 'epan/dissectors/packet-ajp13.c')
-rw-r--r--epan/dissectors/packet-ajp13.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ajp13.c b/epan/dissectors/packet-ajp13.c
index 5d65e1753d..cc7eb7f96b 100644
--- a/epan/dissectors/packet-ajp13.c
+++ b/epan/dissectors/packet-ajp13.c
@@ -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