#include "../config.h"
#include "../engine/hlbr.h"
#include "decode.h"
Go to the source code of this file.
Data Structures | |
struct | tcp_header |
struct | tcp_data |
Typedefs | |
typedef tcp_header | TCPHdr |
typedef tcp_data | TCPData |
Functions | |
int | InitDecoderTCP () |
typedef struct tcp_header TCPHdr |
int InitDecoderTCP | ( | ) |
Set up the TCP decoder.
Definition at line 60 of file decode_tcp.c.
References CreateDecoder(), DBG, DEBUGPATH, decoder_rec::DecodeFunc, DECODER_NONE, DecoderAddDecoder(), global_vars::Decoders, DecodeTCP(), FALSE, GetDecoderByName(), Globals, IPDecoderID, PRINTERROR, and TRUE.
Referenced by InitDecoders().