Lines 39-45
Link Here
|
39 |
void ClearDumpBuf(); |
39 |
void ClearDumpBuf(); |
40 |
void GoDaemon(); |
40 |
void GoDaemon(); |
41 |
size_t RenderTimestamp(time_t timet, char *timebuf, size_t len); |
41 |
size_t RenderTimestamp(time_t timet, char *timebuf, size_t len); |
42 |
int RenderTimeval(struct timeval *tv, char *timebuf, size_t len); |
42 |
// int RenderTimeval(struct timeval *tv, char *timebuf, size_t len); |
|
|
43 |
int RenderTimeval(struct pcap_timeval *tv, char *timebuf, size_t len); |
43 |
int CreatePidFile(char *filename); |
44 |
int CreatePidFile(char *filename); |
44 |
int String2Long(char *string, long *result); |
45 |
int String2Long(char *string, long *result); |
45 |
int String2ULong(char *string, unsigned long *result); |
46 |
int String2ULong(char *string, unsigned long *result); |