Corrected a (guint32) cast

svn path=/trunk/; revision=45944
This commit is contained in:
Stig Bjørlykke 2012-11-06 08:42:48 +00:00
parent 1e355c77d3
commit 192372726b
1 changed files with 1 additions and 1 deletions

View File

@ -3494,7 +3494,7 @@ dissect_gtpv2_mm_context_utms_qq(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tr
offset = dissect_gtpv2_mm_context_common_data(tvb, pinfo, tree, offset, samb_ri, uamb_ri);
/* r+1 Spare HNNA ENA INA GANA GENA UNA */
if (offset < (gint)length){
if (offset < (guint32)length){
offset = dissect_gtpv2_access_restriction_data(tvb, tree, offset);
}else{
return;