Several ZMQ traffic and throughput calc fixes

Addresses #3863
This commit is contained in:
Simone Mainardi 2020-05-07 17:28:44 +02:00
parent 552f5895ba
commit ebbe0155e3
8 changed files with 103 additions and 81 deletions

View file

@ -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);