mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-12 12:41:16 +00:00
Removed -F sqlite: due to this the historical interface is not finally gone and it is now possible to move forward to properly re-implement it
This commit is contained in:
parent
8163bf7105
commit
d5e19ec8af
31 changed files with 114 additions and 1220 deletions
|
|
@ -29,8 +29,8 @@ ParserInterface::ParserInterface(const char *endpoint) : NetworkInterface(endpoi
|
|||
|
||||
u_int8_t ParserInterface::parse_flows(char *payload, int payload_size, u_int8_t source_id, void *data) {
|
||||
json_object *o;
|
||||
ZMQ_Flow flow;
|
||||
HistoricalInterface * iface = (HistoricalInterface*) data;
|
||||
ZMQ_Flow flow;
|
||||
NetworkInterface * iface = (NetworkInterface*)data;
|
||||
|
||||
// payload[payload_size] = '\0';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue