Reworked behavioural exception handling

This commit is contained in:
Luca Deri 2024-01-12 17:12:29 +01:00
parent 8016be9ec5
commit 85f29042ec
7 changed files with 107 additions and 35 deletions

View file

@ -1277,7 +1277,8 @@ public:
bool nDPILoadHostnameCategory(char *what, ndpi_protocol_category_t id,
char *list_name);
int nDPILoadMaliciousJA3Signatures(const char *file_path);
int setDomainMask(const char *domain, u_int64_t domain_mask);
int addTrustedIssuerDN(const char *dn);
inline void setLastInterfacenDPIReload(time_t now) { last_ndpi_reload = now; }
inline bool needsnDPICleanup() { return (ndpi_cleanup_needed); }
inline void setnDPICleanupNeeded(bool needed) {
@ -1359,6 +1360,7 @@ public:
bool *matched);
#endif
void getActiveMacs(lua_State *vm);
};
#endif /* _NETWORK_INTERFACE_H_ */