/******************************************************************************* ** ** Cabletron Systems Incorporated ** Post Office Box 5005 ** Rochester, NH 03866-5005 ** (c) Copyright Cabletron Systems Inc. 1999 ** ** Workfile: %M% ** Logfile: %P% ** Original Author: Todd Crowley ** SCCS Delta ID: %I% ** Last Delta Date/Time: %G% %U% ** *******************************************************************************/ #ifndef LFAPDEBUG_H_ #define LFAPDEBUG_H_ #include "LfapList.h" #include "LfapStruct.h" #ifdef __cplusplus extern "C" { #endif #define LFAP_RECV 0 #define LFAP_SEND 1 void printLfapList (LFAPList* list); void printLFAPStats (const LFAPApiStats* s); void PRINT_LFAP_MESSAGE (void* msg, const char* addr, int send_or_recv); void print_lfap_msg (char *buff, lfapui16_t bufsize, lfapui32_t ip, int direction); #ifdef __cplusplus } #endif #endif /* LFAPDEBUG_H_ */