aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cdt/cdt.cnf
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-05-14 09:29:22 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-05-14 09:29:22 +0000
commite5aead71d1fa5dc93c832c0daac055839eae46eb (patch)
treec1ff15dc98b2ae13e06c3cbdc9c96aff7a54b7f9 /asn1/cdt/cdt.cnf
parent5f900d062c3f3c4fba71c516761b229681fb0b20 (diff)
Copy optimization changes to ASN.1 sources.
svn path=/trunk/; revision=28359
Diffstat (limited to 'asn1/cdt/cdt.cnf')
-rw-r--r--asn1/cdt/cdt.cnf3
1 files changed, 1 insertions, 2 deletions
diff --git a/asn1/cdt/cdt.cnf b/asn1/cdt/cdt.cnf
index 194c292869..2d29212712 100644
--- a/asn1/cdt/cdt.cnf
+++ b/asn1/cdt/cdt.cnf
@@ -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) {