#include "../config.h"#include "../engine/hlbr.h"#include "decode.h"Go to the source code of this file.
Data Structures | |
| struct | icmp_header |
| struct | icmp_data |
Defines | |
| #define | ICMP_TYPE_ECHOREPLY 0 |
| #define | ICMP_TYPE_ECHO 8 |
Typedefs | |
| typedef icmp_header | ICMPHdr |
| typedef icmp_data | ICMPData |
Functions | |
| int | InitDecoderICMP () |
| #define ICMP_TYPE_ECHO 8 |
| #define ICMP_TYPE_ECHOREPLY 0 |
| typedef struct icmp_header ICMPHdr |
| int InitDecoderICMP | ( | ) |
Definition at line 59 of file decode_icmp.c.
References CreateDecoder(), DEBUGPATH, decoder_rec::DecodeFunc, DecodeICMP(), DECODER_NONE, DecoderAddDecoder(), global_vars::Decoders, FALSE, GetDecoderByName(), Globals, IPDecoderID, and TRUE.
Referenced by InitDecoders().
1.5.2