aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x2ap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-04-14 18:10:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-04-14 18:10:45 +0000
commite5d6ac8615236efa43c42b31f301ea4eedf29c25 (patch)
treec9a3a6aef37efb465a9b0447bc0ef240d7b74c15 /epan/dissectors/packet-x2ap.c
parentc3befe3a37dc97e5a9b292328461e708f07ac8c5 (diff)
Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANT
svn path=/trunk/; revision=28048
Diffstat (limited to 'epan/dissectors/packet-x2ap.c')
-rw-r--r--epan/dissectors/packet-x2ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x2ap.c b/epan/dissectors/packet-x2ap.c
index c3e789fafe..fbe6dfcd52 100644
--- a/epan/dissectors/packet-x2ap.c
+++ b/epan/dissectors/packet-x2ap.c
@@ -666,7 +666,7 @@ dissect_x2ap_Bearer_ID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_,
static int
dissect_x2ap_BitRate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_integer_64b(tvb, offset, actx, tree, hf_index,
- 0U, G_GUINT64_CONSTANT(10000000000), NULL, FALSE);
+ 0U, G_GINT64_CONSTANT(10000000000U), NULL, FALSE);
return offset;
}