This commit is contained in:
Luca Deri 2026-02-16 19:57:29 +01:00
parent a0d6107db4
commit 6581ba7e8e
3 changed files with 14 additions and 12 deletions

View file

@ -584,7 +584,7 @@ public:
inline bool hasSeenExternalAlerts() const { return (has_external_alerts); }
inline void setSeenExternalAlerts() { has_external_alerts = true; }
virtual bool is_purge_idle_interface() { return (purge_idle_flows_hosts); };
int dumpFlow(time_t when, Flow *f);
int dumpFlow(Flow *f);
bool getHostMinInfo(lua_State *vm, AddressTree *allowed_hosts, char *host_ip,
u_int16_t vlan_id, bool only_ndpi_stats);