#include "../config.h"#include "../engine/hlbr.h"#include "decode.h"Go to the source code of this file.
Data Structures | |
| struct | udp_header | 
| struct | udp_data | 
Typedefs | |
| typedef udp_header | UDPHdr | 
| typedef udp_data | UDPData | 
Functions | |
| int | InitDecoderUDP () | 
| typedef struct udp_header UDPHdr | 
| int InitDecoderUDP | ( | ) | 
Definition at line 59 of file decode_udp.c.
References CreateDecoder(), DEBUGPATH, decoder_rec::DecodeFunc, DECODER_NONE, DecoderAddDecoder(), global_vars::Decoders, DecodeUDP(), FALSE, GetDecoderByName(), Globals, IPDecoderID, and TRUE.
Referenced by InitDecoders().
 1.5.2