add tracing to getLocal

This commit is contained in:
Arnout Engelen
2006-02-05 17:24:19 +00:00
parent a04db4b338
commit 501a379af5
3 changed files with 7 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ enum direction {
/* To initialise this module, call getLocal with the currently
* monitored device (e.g. "eth0:1") */
void getLocal (const char *device);
void getLocal (const char *device, bool tracemode);
class Packet
{