#include "../config.h"#include "../engine/hlbr.h"#include "decode.h"Go to the source code of this file.
Data Structures | |
| struct | tcp_stream_data | 
Typedefs | |
| typedef tcp_stream_data | TCPStreamData | 
Functions | |
| int | InitDecoderTCPStream () | 
| typedef struct tcp_stream_data TCPStreamData | 
| int InitDecoderTCPStream | ( | ) | 
Definition at line 76 of file decode_tcp_stream.c.
References CreateDecoder(), decoder_rec::DecodeFunc, DECODER_NONE, DecoderAddDecoder(), global_vars::Decoders, DecodeTCPStream(), FALSE, GetDecoderByName(), Globals, TCPDecoderID, and TRUE.
 1.5.2