}
/**
- * \test Test that a signature containting a http_client_body is correctly parsed
+ * \test Test that a signature containing a http_client_body is correctly parsed
* and the keyword is registered.
*/
static int DetectHttpClientBodyTest01(void)
}
/**
- * \test Test that a signature containting a http_host is correctly parsed
+ * \test Test that a signature containing a http_host is correctly parsed
* and the keyword is registered.
*/
static int DetectHttpHHTest01(void)
/**
*\test Test that the http_server_body content matches against a http request
- * which holds the content. Case insensitve.
+ * which holds the content. Case insensitive.
*/
static int DetectHttpServerBodyTest10(void)
{
/**
*\test Test that the http_server_body content matches against a http request
- * which holds the content. Case insensitve.
+ * which holds the content. Case insensitive.
*/
static int DetectHttpServerBodyFileDataTest05(void)
{
}
/** \test Check the signature working to alert when http_stat_code is matched for
- * for negatoin or not */
+ * for negation or not */
static int DetectHttpStatCodeSigTest04(void)
{
int result = 0;
}
/**
- * \test Test that a signature containting a http_user_agent is correctly parsed
+ * \test Test that a signature containing a http_user_agent is correctly parsed
* and the keyword is registered.
*/
static int DetectHttpUATest01(void)
/**
* \test Test that a signature containing tls.certs is correctly parsed
- * and that the keyword is registred.
+ * and that the keyword is registered.
*/
static int DetectTlsCertsTest01(void)
{
{
int result = 0;
- // Buid and decode the packet
+ // Build and decode the packet
uint8_t raw_eth [] = {
0x00,0x25,0x00,0x9e,0xfa,0xfe,0x00,0x02,0xcf,0x74,0xfe,0xe1,0x08,0x00,0x45,0x00
{
int result = 0;
- // Buid and decode the packet
+ // Build and decode the packet
uint8_t raw_eth [] = {
0x00,0x25,0x00,0x9e,0xfa,0xfe,0x00,0x02,0xcf,0x74,0xfe,0xe1,0x08,0x00,0x45,0x00
/**
* \test SigTest42NoPayloadInspection is a test to check that when PKT_NOPAYLOAD_INSPECTION
- * flasg is set, we don't need to inspect the packet contents.
+ * flag is set, we don't need to inspect the packet contents.
*/
static int SigTest40NoPayloadInspection02(void)
}
/**
- * \test Test the setting up a TCP session when we missed the intial
+ * \test Test the setting up a TCP session when we missed the initial
* SYN packet of the session. The session is setup only if midstream
* sessions are allowed to setup.
*
}
/**
- * \test Test the setting up a TCP session when we missed the intial
+ * \test Test the setting up a TCP session when we missed the initial
* SYN/ACK packet of the session. The session is setup only if
* midstream sessions are allowed to setup.
*
}
/**
- * \test Test the setting up a TCP session when we missed the intial
+ * \test Test the setting up a TCP session when we missed the initial
* 3WHS packet of the session. The session is setup only if
* midstream sessions are allowed to setup.
*
}
/**
- * \test Test the working on PAWS. The packet will be accpeted by engine as
+ * \test Test the working on PAWS. The packet will be accepted by engine as
* the timestamp is valid and it is in window.
*/
}
/** \test Test the various OS policies based on different IP addresses from
- confuguration defined in 'dummy_conf_string1' */
+ configuration defined in 'dummy_conf_string1' */
static int StreamTcpTest18(void)
{
StreamTcpThread stt;
return ret;
}
/** \test Test the various OS policies based on different IP addresses from
- confuguration defined in 'dummy_conf_string1' */
+ configuration defined in 'dummy_conf_string1' */
static int StreamTcpTest19(void)
{
StreamTcpThread stt;
return ret;
}
/** \test Test the various OS policies based on different IP addresses from
- confuguration defined in 'dummy_conf_string1' */
+ configuration defined in 'dummy_conf_string1' */
static int StreamTcpTest20(void)
{
StreamTcpThread stt;
return ret;
}
/** \test Test the various OS policies based on different IP addresses from
- confuguration defined in 'dummy_conf_string1' */
+ configuration defined in 'dummy_conf_string1' */
static int StreamTcpTest21(void)
{
StreamTcpThread stt;
return ret;
}
/** \test Test the various OS policies based on different IP addresses from
- confuguration defined in 'dummy_conf_string1' */
+ configuration defined in 'dummy_conf_string1' */
static int StreamTcpTest22(void)
{
StreamTcpThread stt;
}
if (((TcpSession *)p->flow->protoctx)->state != TCP_ESTABLISHED) {
- printf("the TCP state should be TCP_ESTABLISEHD\n");
+ printf("the TCP state should be TCP_ESTABLISHED\n");
goto end;
}