#include "../config.h"
#include "../engine/hlbr.h"
#include "test.h"
Go to the source code of this file.
Defines | |
#define | MAX_CONTENT_LEN 256 |
Functions | |
int | InitTestTCPContent () |
#define MAX_CONTENT_LEN 256 |
Definition at line 8 of file test_tcp_content.h.
Referenced by TCPContentAddNode(), TCPNoCaseAddNode(), TCPRegExpAddNode(), UDPContentAddNode(), UDPNoCaseAddNode(), and UDPRegExpAddNode().
int InitTestTCPContent | ( | ) |
Set up the test of the TCP Content
Definition at line 144 of file test_tcp_content.c.
References test_rec::AddNode, BindTestToDecoder(), CreateTest(), DEBUGPATH, FALSE, test_rec::FinishedSetup, GetDecoderByName(), Globals, InitJTree(), MAX_NAME_LEN, test_rec::ShortName, TCPContentAddNode(), TCPContentTree, TCPDecoderID, TEST_NONE, test_rec::TestFunc, global_vars::Tests, test_rec::TestStreamFunc, TestTCPContent(), TestTCPContent_Stream(), TestTCPContentFinishedSetup(), and TRUE.
Referenced by InitTests().