Copy optimization changes to ASN.1 sources.

svn path=/trunk/; revision=28359
This commit is contained in:
Stig Bjørlykke 2009-05-14 09:29:22 +00:00
parent 5f900d062c
commit e5aead71d1
1 changed files with 1 additions and 2 deletions

View File

@ -85,7 +85,7 @@ CompressedData B "1.3.26.0.4406.0.4.2" "cdt"
return offset;
}
next_tvb = tvb_uncompress (compr_tvb, 0, tvb_length (compr_tvb));
next_tvb = tvb_child_uncompress (tvb, compr_tvb, 0, tvb_length (compr_tvb));
if (next_tvb == NULL) {
tf = proto_tree_add_text (top_tree, tvb, save_offset, -1,
@ -98,7 +98,6 @@ CompressedData B "1.3.26.0.4406.0.4.2" "cdt"
return offset;
}
tvb_set_child_real_data_tvbuff (tvb, next_tvb);
add_new_data_source (actx->pinfo, next_tvb, "Uncompressed Content");
switch (content_type) {