Restore an else clause that appears to have been accidentally removed in r44542
which was causing TCP reassembly for SMB2 messages to fail.

svn path=/trunk/; revision=47620
This commit is contained in:
Evan Huus 2013-02-10 22:28:15 +00:00
parent f8002de6a4
commit 2f156d0edc
1 changed files with 2 additions and 0 deletions

View File

@ -1717,6 +1717,8 @@ dissect_nbss(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
&& tvb_get_guint8(tvb,offset+6) == 'M'
&& tvb_get_guint8(tvb,offset+7) == 'B') {
is_cifs = TRUE;
} else {
is_cifs = FALSE;
}
/*