buildbot bugfix: add another tvb_ensure_bytes_exist (tvb,offset,length);

svn path=/trunk/; revision=13927
This commit is contained in:
Ulf Lamping 2005-03-27 01:02:29 +00:00
parent 6cacd26f20
commit de77acf875
1 changed files with 1 additions and 0 deletions

View File

@ -3012,6 +3012,7 @@ dissect_pppmux(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
length_remaining -= hdr_length;
length -= pid_field;
tvb_ensure_bytes_exist (tvb,offset,length);
sub_ti = proto_tree_add_text(sub_tree,tvb,offset,length,"Information Field");
info_tree = proto_item_add_subtree(sub_ti,ett_pppmux_subframe_info);