mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Cleaned up syslog collector code
Fixed syslog-collected flow time
This commit is contained in:
parent
a10c6483a2
commit
c520daac33
9 changed files with 165 additions and 168 deletions
|
|
@ -423,7 +423,7 @@ class NetworkInterface : public Checkpointable {
|
|||
const u_char *packet,
|
||||
u_int16_t *ndpiProtocol,
|
||||
Host **srcHost, Host **dstHost, Flow **flow);
|
||||
void processFlow(Parsed_Flow *zflow);
|
||||
void processFlow(Parsed_Flow *zflow, bool zmq_flow);
|
||||
void processInterfaceStats(sFlowInterfaceStats *stats);
|
||||
void getnDPIStats(nDPIStats *stats, AddressTree *allowed_hosts, const char *host_ip, u_int16_t vlan_id);
|
||||
void periodicStatsUpdate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue