#include "decode_interface.h"
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void * | DecodeInterface (int PacketSlot) |
int | InitDecoderInterface () |
Variables | |
GlobalVars | Globals |
void* DecodeInterface | ( | int | PacketSlot | ) |
Definition at line 12 of file decode_interface.c.
References DEBUGPATH, Globals, packet_rec::InterfaceNum, global_vars::Interfaces, global_vars::Packets, and interface_data::r.
Referenced by InitDecoderInterface().
int InitDecoderInterface | ( | ) |
Definition at line 31 of file decode_interface.c.
References CreateDecoder(), DEBUGPATH, decoder_rec::DecodeFunc, DecodeInterface(), DECODER_NONE, global_vars::Decoders, FALSE, Globals, and TRUE.
Referenced by InitDecoders().