Home
last modified time | relevance | path

Searched refs:httpbuf5 (Results 1 – 8 of 8) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-htp-file.c516 uint8_t httpbuf5[] = "content\r\n"; in HTPFileParserTest03() local
517 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in HTPFileParserTest03()
559 STREAM_TOSERVER | STREAM_EOF, httpbuf5, httplen5); in HTPFileParserTest03()
612 uint8_t httpbuf5[] = "content\r\n"; in HTPFileParserTest04() local
613 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in HTPFileParserTest04()
655 STREAM_TOSERVER | STREAM_EOF, httpbuf5, httplen5); in HTPFileParserTest04()
H A Ddetect-pcre.c2758 uint8_t httpbuf5[] = "GET /?var=val HTTP/1.1\r\n"; in DetectPcreTxBodyChunksTest01() local
2761 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in DetectPcreTxBodyChunksTest01()
2805 STREAM_TOSERVER, httpbuf5, httplen5); in DetectPcreTxBodyChunksTest01()
2869 uint8_t httpbuf5[] = "GET /?var=val HTTP/1.1\r\n"; in DetectPcreTxBodyChunksTest02() local
2872 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in DetectPcreTxBodyChunksTest02()
2955 STREAM_TOSERVER, httpbuf5, httplen5); in DetectPcreTxBodyChunksTest02()
3044 uint8_t httpbuf5[] = "GET /?var=val HTTP/1.1\r\n"; in DetectPcreTxBodyChunksTest03() local
3047 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in DetectPcreTxBodyChunksTest03()
3130 STREAM_TOSERVER, httpbuf5, httplen5); in DetectPcreTxBodyChunksTest03()
H A Ddetect-engine-state.c497 uint8_t httpbuf5[] = "GET /?var=val HTTP/1.1\r\n"; in DeStateSigTest02() local
500 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in DeStateSigTest02()
574 STREAM_TOSERVER, httpbuf5, httplen5); in DeStateSigTest02()
H A Dstream-tcp-reassemble.c2867 uint8_t httpbuf5[] = "T \r\n"; in StreamTcpReassembleTest40() local
2868 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in StreamTcpReassembleTest40()
2953 p->payload = httpbuf5; in StreamTcpReassembleTest40()
H A Dapp-layer-htp.c3637 uint8_t httpbuf5[] = "post R"; in HTPParserTest05() local
3638 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in HTPParserTest05()
3667 httpbuf5, httplen5); in HTPParserTest05()
/dports/security/suricata/suricata-6.0.4/src/tests/
H A Ddetect-http-client-body.c1886 uint8_t httpbuf5[] = "GET /?var=val HTTP/1.1\r\n"; in DetectHttpClientBodyTest14() local
1889 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in DetectHttpClientBodyTest14()
2010 STREAM_TOSERVER, httpbuf5, httplen5); in DetectHttpClientBodyTest14()
2111 uint8_t httpbuf5[] = "GET /?var=val HTTP/1.1\r\n"; in DetectHttpClientBodyTest15() local
2114 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in DetectHttpClientBodyTest15()
2234 STREAM_TOSERVER, httpbuf5, httplen5); in DetectHttpClientBodyTest15()
H A Ddetect-http-user-agent.c2775 uint8_t httpbuf5[] = "Cookie: dummy2\r\n"; in DetectHttpUATest14() local
2778 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in DetectHttpUATest14()
2896 STREAM_TOSERVER, httpbuf5, httplen5); in DetectHttpUATest14()
H A Ddetect-http-host.c3550 uint8_t httpbuf5[] = "Cookie: dummy2\r\n"; in DetectHttpHHTest14() local
3553 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in DetectHttpHHTest14()
3671 STREAM_TOSERVER, httpbuf5, httplen5); in DetectHttpHHTest14()
5431 uint8_t httpbuf5[] = "Cookie: dummy2\r\n"; in DetectHttpHRHTest14() local
5434 uint32_t httplen5 = sizeof(httpbuf5) - 1; /* minus the \0 */ in DetectHttpHRHTest14()
5552 STREAM_TOSERVER, httpbuf5, httplen5); in DetectHttpHRHTest14()