Squashed commit of the following:
commit
5927f7dae46a8a82919942171f594320044baf8a
Author: Dipto Pandit (dipandit) <dipandit@cisco.com>
Date: Wed Mar 17 09:06:47 2021 -0400
dce_rpc: fix warning of empty body
smb2_command_string[command]);
tree = connect_tree(tree_id);
if (!tree)
+ {
debug_logf(dce_smb_trace, GET_CURRENT_PACKET,
"%s_REQ: insert tree tracker failed\n",
smb2_command_string[command]);
+ }
}
// fallthrough
default:
p->endianness = nullptr;
}
else
+ {
debug_logf(dce_smb_trace, p, "non-smb packet detected\n");
+ }
}
void Dce2Smb::clear(Packet* p)