mirror of
https://github.com/Zxilly/UA2F.git
synced 2025-12-30 06:50:23 +00:00
17 lines
248 B
C
17 lines
248 B
C
#ifndef UA2F_STATISTICS_H
|
|
#define UA2F_STATISTICS_H
|
|
|
|
void count_user_agent_packet();
|
|
|
|
void count_tcp_packet();
|
|
|
|
void count_ipv4_packet();
|
|
|
|
void count_ipv6_packet();
|
|
|
|
void init_statistics();
|
|
|
|
void try_print_statistics();
|
|
|
|
#endif //UA2F_STATISTICS_H
|