mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
parent
552f5895ba
commit
ebbe0155e3
8 changed files with 103 additions and 81 deletions
|
|
@ -37,6 +37,7 @@ class ParserInterface : public NetworkInterface {
|
|||
ParserInterface(const char *endpoint, const char *custom_interface_type = NULL);
|
||||
~ParserInterface();
|
||||
|
||||
virtual u_int getPacketOverhead() { return 0; /* Can't determine this for non-packet interfaces */ }
|
||||
void processFlow(ParsedFlow *zflow);
|
||||
|
||||
void deliverFlowToCompanions(ParsedFlow * const flow);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue