Update and add helper functions.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <sys/sysinfo.h>
|
||||
|
||||
struct ip_range
|
||||
{
|
||||
u32 ip;
|
||||
@@ -19,4 +21,5 @@ void PrintHelpMenu();
|
||||
void SignalHndl(int code);
|
||||
ip_range_t ParseIpCidr(const char* ip);
|
||||
const char* GetProtocolStrById(int id);
|
||||
void PrintToolInfo();
|
||||
void PrintToolInfo();
|
||||
u64 GetBootNanoTime();
|
||||
Reference in New Issue
Block a user