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:
Luca Deri 2015-08-15 00:09:12 +02:00
parent 8163bf7105
commit d5e19ec8af
31 changed files with 114 additions and 1220 deletions

View file

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