pending_requests >= current_flow->get_max_outstanding_requests())
{
SMB_DEBUG(dce_smb_trace, DEFAULT_TRACE_OPTION_ID, TRACE_ERROR_LEVEL,
- GET_CURRENT_PACKET, "%s_REQ: max req exceeded\n", smb2_command_string[command])
+ GET_CURRENT_PACKET, "%s_REQ: max req exceeded\n", smb2_command_string[command]);
dce_alert(GID_DCE2, DCE2_SMB_MAX_REQS_EXCEEDED, (dce2CommonStats*)&dce2_smb_stats,
*current_flow->get_dce2_session_data());
return;
#define DCE2_SMB_HELP "dce over smb inspection"
#define SMB_DEBUG(module_name, module_id, log_level, p, ...) \
- trace_logf(log_level, module_name , module_id, p, __VA_ARGS__);
+ trace_logf(log_level, module_name , module_id, p, __VA_ARGS__)
#define DCE2_SMB_ID 0xff534d42 /* \xffSMB */
#define DCE2_SMB2_ID 0xfe534d42 /* \xfeSMB */