Defines |
#define | DEBUG_CONN __FILE__,__LINE__,0 |
| connection debug from class Node. More...
|
#define | DEBUG_NODE __FILE__,__LINE__,0 |
| Node class. More...
|
#define | DEBUG_LLI __FILE__,__LINE__,1 |
| link layer interface. More...
|
#define | DEBUG_PACKET __FILE__,__LINE__,0 |
| anything to do with packets. More...
|
#define | DEBUG_SSL __FILE__,__LINE__,0 |
| ssl. More...
|
#define | DEBUG_INTF __FILE__,__LINE__,0 |
| Interfaces debugging. More...
|
#define | DEBUG_CATCHER __FILE__,__LINE__,0 |
| Catcher class. More...
|
#define | DEBUG_PPQ __FILE__,__LINE__,0 |
| priority packet queue. More...
|
#define | DEBUG_NL __FILE__,__LINE__,1 |
| network layer. More...
|
#define | DEBUG_VCT __FILE__,__LINE__,0 |
| virtual circuit table. More...
|
#define | DEBUG_RECVW __FILE__,__LINE__,0 |
| receive window. More...
|
#define | DEBUG_SENDW __FILE__,__LINE__,0 |
| send window. More...
|
#define | DEBUG_SAR __FILE__,__LINE__,0 |
| segmentation reassembly. More...
|
#define | DEBUG_SRV __FILE__,__LINE__,1 |
| service table. More...
|
#define | DEBUG_SE __FILE__,__LINE__,0 |
| service entry. More...
|
#define | DEBUG_TL __FILE__,__LINE__,0 |
| transportLayer. More...
|
#define | DEBUG_WS __FILE__,__LINE__,1 |
| Web Server. More...
|
#define | DEBUG_PROXY __FILE__,__LINE__,1 |
| Local Proxy. More...
|
#define | DEBUG_CONFIG __FILE__,__LINE__,0 |
| Config class. More...
|
#define | DEBUG_TIMER __FILE__,__LINE__,0 |
| Timer class. More...
|
#define | DEBUG_SF __FILE__,__LINE__,0 |
| Static functions. More...
|
#define | DEBUG_CMD __FILE__,__LINE__,0 |
| Command subsystem. More...
|
#define | DEBUG_WP __FILE__,__LINE__,0 |
#define | DEBUG_ERR __FILE__,__LINE__,1 |
| major errors. More...
|
#define | DEBUG_INFO __FILE__,__LINE__,1 |
| for logging stats. More...
|
Functions |
void | debug (char *file, int line, int enabled, char *msg,...) |
void | debugSetFile (const char *fileName) |
void | debugSetOutput (std::ostream *theOutput) |
void | MEMCHECK (void *checkPtr) |