#include "../config.h"#include "../engine/hlbr.h"#include "decode.h"#include "decode_ip.h"Go to the source code of this file.
Data Structures | |
| struct | ip_defrag_data |
Defines | |
| #define | FRAG_TIMEOUT 10 |
| #define | FRAG_FLAG_RESERVED 4 |
| #define | FRAG_FLAG_MAY_FRAG 2 |
| #define | FRAG_FLAG_MORE 1 |
Typedefs | |
| typedef ip_defrag_data | IPDefragData |
Functions | |
| int | InitDecoderIPDefrag () |
| #define FRAG_FLAG_MAY_FRAG 2 |
Definition at line 12 of file decode_ip_defrag.h.
| #define FRAG_FLAG_MORE 1 |
| #define FRAG_FLAG_RESERVED 4 |
Definition at line 11 of file decode_ip_defrag.h.
| #define FRAG_TIMEOUT 10 |
| typedef struct ip_defrag_data IPDefragData |
| int InitDecoderIPDefrag | ( | ) |
Definition at line 388 of file decode_ip_defrag.c.
References CreateDecoder(), DEBUGPATH, decoder_rec::DecodeFunc, DecodeIPDefrag(), DECODER_NONE, DecoderAddDecoder(), global_vars::Decoders, FALSE, FRAG_TIMEOUT, FragCache, GetDecoderByName(), Globals, InitCache(), IPDecoderID, and TRUE.
Referenced by InitDecoders().
1.5.2