#include "decode_tcp_stream.h"#include "decode_tcp.h"#include "../packets/packet.h"#include "../engine/session.h"#include <stdio.h>#include <stdlib.h>#include <netinet/in.h>Go to the source code of this file.
Defines | |
| #define | DEBUG |
Functions | |
| void * | DecodeTCPStream (int PacketSlot) |
| int | InitDecoderTCPStream () |
Variables | |
| GlobalVars | Globals |
| int | TCPDecoderID |
| #define DEBUG |
Definition at line 9 of file decode_tcp_stream.c.
| void* DecodeTCPStream | ( | int | PacketSlot | ) |
Definition at line 18 of file decode_tcp_stream.c.
References tcp_stream_data::DPort, GetDataByID(), Globals, NULL, global_vars::Packets, packet_rec::PacketSlot, tcp_stream_data::SPort, and TCPDecoderID.
Referenced by InitDecoderTCPStream().
| 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.
| int TCPDecoderID |
Definition at line 13 of file decode_tcp_stream.c.
Referenced by DecodeTCPStream(), HandleIPPacket(), InitDecoderTCPStream(), InitRouteBNS(), InitSession(), InitTestTCPContent(), InitTestTCPDst(), InitTestTCPFlags(), InitTestTCPListContent(), InitTestTCPListNoCase(), InitTestTCPNoCase(), InitTestTCPOffset(), InitTestTCPPort(), InitTestTCPRegExp(), InitTestTCPSrc(), ProcessPacket(), TestTCPDst(), TestTCPDstOld(), TestTCPFlags(), TestTCPOffset(), TestTCPPort(), and TestTCPSrc().
1.5.2