mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
SyslogParserInterface now supports the companion interface for delivering Suricata alerts to a packet interface (#1928)
This commit is contained in:
parent
0adf91f162
commit
f8af84df2d
9 changed files with 50 additions and 26 deletions
|
|
@ -37,6 +37,7 @@ class ParserInterface : public NetworkInterface {
|
|||
~ParserInterface();
|
||||
|
||||
void deliverFlowToCompanions(ParsedFlow * const flow);
|
||||
inline bool companionsEnabled() { return num_companion_interfaces > 0; };
|
||||
};
|
||||
|
||||
#endif /* _PARSER_INTERFACE_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue