summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-pcap.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-pcap.c
parentc3befe3a37dc97e5a9b292328461e708f07ac8c5 (diff)
downloadwireshark-e5d6ac8615236efa43c42b31f301ea4eedf29c25.tar.gz
Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANT
svn path=/trunk/; revision=28048
Diffstat (limited to 'epan/dissectors/packet-pcap.c')
-rw-r--r--epan/dissectors/packet-pcap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-pcap.c b/epan/dissectors/packet-pcap.c
index f7427aa19f..578631e7eb 100644
--- a/epan/dissectors/packet-pcap.c
+++ b/epan/dissectors/packet-pcap.c
@@ -3219,7 +3219,7 @@ dissect_pcap_DGPSCorrections(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx
static int
dissect_pcap_T_ue_GPSTimingOfCell(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(37158911999999), NULL, TRUE);
+ 0U, G_GINT64_CONSTANT(37158911999999U), NULL, TRUE);
return offset;
}
@@ -4753,7 +4753,7 @@ dissect_pcap_GANSS_GenericMeasurementInfo(tvbuff_t *tvb _U_, int offset _U_, asn
static int
dissect_pcap_T_ue_GANSSTimingOfCellFrames(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(345599999999), NULL, FALSE);
+ 0U, G_GINT64_CONSTANT(345599999999U), NULL, FALSE);
return offset;
}
@@ -9725,7 +9725,7 @@ dissect_pcap_VelocityEstimate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *act
static int
dissect_pcap_T_utran_GPSTimingOfCell(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(2322431999999), NULL, TRUE);
+ 0U, G_GINT64_CONSTANT(2322431999999U), NULL, TRUE);
return offset;
}