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: */