Add missing add_new_data_source.

svn path=/trunk/; revision=18180
This commit is contained in:
Anders Broman 2006-05-17 18:11:12 +00:00
parent 2002225c79
commit fff13e4653
1 changed files with 1 additions and 0 deletions

View File

@ -1550,6 +1550,7 @@ DEBUG_ENTRY("dissect_per_octet_string");
*/
tvb_set_free_cb(out_tvb, g_free );
tvb_set_child_real_data_tvbuff(tvb,out_tvb);
add_new_data_source(pinfo, out_tvb, "PER unaligned decoded OCTET STRING");
}
}
val_length = length;