Do not stop dissection when there is no tree: otherwise it prevents successful reassembly of SMS fragments

svn path=/trunk/; revision=49516
This commit is contained in:
Pascal Quantin 2013-05-22 18:19:05 +00:00
parent 05288f355c
commit 491b512399
1 changed files with 0 additions and 9 deletions

View File

@ -448,15 +448,6 @@ dissect_rp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_append_str(pinfo->cinfo, COL_INFO, "(RP) ");
/*
* In the interest of speed, if "tree" is NULL, don't do any work
* not necessary to generate protocol tree items.
*/
if (!tree)
{
return;
}
offset = 0;
saved_offset = offset;