If we found that the packet does not belong to Skinny (new style dissector), there's no need to call call_dissector(data_handle, ...) before returning FALSE.

svn path=/trunk/; revision=19988
This commit is contained in:
Jeff Morriss 2006-11-26 13:36:03 +00:00
parent ef1750b7d2
commit 382517930c
1 changed files with 0 additions and 1 deletions

View File

@ -2567,7 +2567,6 @@ dissect_skinny(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if (hdr_data_length < 4 || hdr_reserved != 0) {
/* Not an SKINNY packet, just happened to use the same port */
call_dissector(data_handle,tvb, pinfo, tree);
return FALSE;
}