/**
* \brief Function to log the FlowVars in to alert-debug.log
*
- * \param aft Pointer to AltertDebugLog Thread
+ * \param aft Pointer to AlertDebugLog Thread
* \param p Pointer to the packet
*
*/
/**
* \brief Function to log the PktVars in to alert-debug.log
*
- * \param aft Pointer to AltertDebugLog Thread
+ * \param aft Pointer to AlertDebugLog Thread
* \param p Pointer to the packet
*
*/
SCFree(aft);
return TM_ECODE_FAILED;
}
- /** Use the Ouptut Context (file pointer and mutex) */
+ /** Use the Output Context (file pointer and mutex) */
aft->file_ctx = ((OutputCtx *)initdata)->data;
/* 1 mb seems sufficient enough */
SCFree(aft);
return TM_ECODE_FAILED;
}
- /** Use the Ouptut Context (file pointer and mutex) */
+ /** Use the Output Context (file pointer and mutex) */
aft->file_ctx = ((OutputCtx *)initdata)->data;
*data = (void *)aft;
}
/**
- * \brief Function to initialize the AlertSystlogThread and sets the output
+ * \brief Function to initialize the AlertSyslogThread and sets the output
* context pointer
*
* \param tv Pointer to the threadvars
memset(ast, 0, sizeof(AlertSyslogThread));
- /** Use the Ouptut Context (file pointer and mutex) */
+ /** Use the Output Context (file pointer and mutex) */
ast->file_ctx = ((OutputCtx *)initdata)->data;
*data = (void *)ast;
}
/**
- * \brief Function to deinitialize the AlertSystlogThread
+ * \brief Function to deinitialize the AlertSyslogThread
*
* \param tv Pointer to the threadvars
* \param data pointer to the AlertSyslogThread to be cleared
*
* \author Gurvinder Singh <gurvindersinghdahiya@gmail.com>
*
- * alert syslog modeule header file
+ * alert syslog module header file
*
*/