aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ajp13.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-23 13:15:56 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-23 13:15:56 +0000
commit4cc8af026d56512064b4cdd245241fc9efe74402 (patch)
treec12f9e129e750ab015f9ded3ae66225a5e3d37ef /epan/dissectors/packet-ajp13.c
parente749afcefd6cd345dd3d8ecc6719b5e1e311d5e5 (diff)
Fixed some data types to remove some warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27829 f5534014-38df-0310-8fa8-9805f1628bb7
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