From 477b2c061aba3b333cf69f53db38ffd33bfaecf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Wed, 12 Mar 2008 21:43:37 +0000 Subject: Fixed uint -> guint. svn path=/trunk/; revision=24613 --- epan/dissectors/packet-bootp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-bootp.c') diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c index 82cbedf7ae..c1e7cedba1 100644 --- a/epan/dissectors/packet-bootp.c +++ b/epan/dissectors/packet-bootp.c @@ -2583,7 +2583,7 @@ dissect_packetcable_mta_cap(proto_tree *v_tree, tvbuff_t *tvb, int voff, int len unsigned long flow_val = 0; int off = PKT_MDC_TLV_OFF + voff; int subopt_off, max_len; - uint tlv_len, i, mib_val; + guint tlv_len, i, mib_val; guint8 asc_val[3] = " ", flow_val_str[5]; char bit_fld[64]; proto_item *ti, *mib_ti; @@ -2778,7 +2778,7 @@ dissect_docsis_cm_cap(proto_tree *v_tree, tvbuff_t *tvb, int voff, int len) { unsigned long raw_val; int off = DOCS_CM_TLV_OFF + voff; - uint tlv_len, i; + guint tlv_len, i; guint8 asc_val[4] = " "; proto_item *ti; -- cgit v1.2.3