00001 /* 00002 * File: test_tcp_regex.h 00003 * 00004 * Description: interface file for test_tcp_regex.c 00005 * 00006 * History: 00007 * date - sf login - description 00008 * 00009 * 01/18/2006 - morphbr;vivijim - coded this file 00010 * 00011 */ 00012 #ifndef _HLBR_TEST_TCP_RE_H_ 00013 #define _HLBR_TEST_TCP_RE_H_ 00014 00015 #include "../config.h" 00016 #include "../engine/hlbr.h" 00017 #include "test.h" 00018 #include "../engine/regex.h" 00019 00020 #define MAX_CONTENT_LEN 256 00021 00022 //Function that starts the process of creating this test 00023 int InitTestTCPRegExp(); 00024 00025 #endif