fix: packet-dcerpc.c(4019) : warning C4018: '<' : signed/unsigned mismatch

svn path=/trunk/; revision=15892
This commit is contained in:
Ulf Lamping 2005-09-20 08:55:50 +00:00
parent 831c54c4f5
commit e8dd2e9279
1 changed files with 1 additions and 1 deletions

View File

@ -4016,7 +4016,7 @@ dissect_dcerpc_cn (tvbuff_t *tvb, int offset, packet_info *pinfo,
* offset otherwise.
*/
fragment_tvb = tvb_new_subset(tvb, 0,
MIN((hdr.frag_len + start_offset),tvb_length(tvb)) /* length */,
MIN((hdr.frag_len + (guint) start_offset), tvb_length(tvb)) /* length */,
hdr.frag_len + start_offset /* reported_length */);
/*