336ac858cd90e9ee09ae2748a12f0db388809a7b
2 * copyright (c) 2001-2008 Emil Mikulic.
4 * acct.h: traffic accounting
9 extern uint64_t total_packets
, total_bytes
;
11 void acct_init_localnet(const char *spec
);
12 void acct_for(const pktsummary
*sm
);
14 extern unsigned int highest_port
;
16 /* vim:set ts=3 sw=3 tw=78 expandtab: */