aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-23 12:41:56 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-23 12:41:56 +0000
commitc11055cda91c3724fa5d76b5eb580eb4b3204048 (patch)
treeb553a774f3ac60a688ad09becfa0c1deb6de1b8a /epan/dissectors/packet-bootp.c
parent6d4606e9e85b9d22540f1bc6a306af7f87ecb35e (diff)
Fixed some data types to remove some warnings in the solaris build.
svn path=/trunk/; revision=27825
Diffstat (limited to 'epan/dissectors/packet-bootp.c')
-rw-r--r--epan/dissectors/packet-bootp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c
index c2508d6c33..5f8528df3c 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -796,7 +796,7 @@ bootp_option(tvbuff_t *tvb, proto_tree *bp_tree, int voff, int eoff,
gboolean o52at_end;
guint8 s_option;
int ava_vid;
- const gchar *dns_name;
+ const guchar *dns_name;
static const value_string slpda_vals[] = {
@@ -3373,7 +3373,7 @@ dissect_packetcable_ietf_ccc(proto_tree *v_tree, tvbuff_t *tvb, int optoff,
proto_tree *pkt_s_tree;
proto_item *vti;
int max_timer_val = 255, i;
- const char *dns_name;
+ const guchar *dns_name;
char bit_fld[24];
subopt = tvb_get_guint8(tvb, suboptoff);