mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Removing FlowSrc.
We could bring this back, now derived from PktSrc (though strickly speaking it's of course not *packets). But not sure if we want that, as the input framework seems the better place to host it. Then it would turns into a reader.
This commit is contained in:
parent
93e6a4a9db
commit
ecf1e32f60
7 changed files with 6 additions and 333 deletions
|
@ -6,7 +6,6 @@
|
|||
#include "net_util.h"
|
||||
#include "util.h"
|
||||
#include "List.h"
|
||||
#include "FlowSrc.h"
|
||||
#include "Func.h"
|
||||
#include "RemoteSerializer.h"
|
||||
#include "iosource/IOSource.h"
|
||||
|
@ -14,7 +13,6 @@
|
|||
#include "iosource/pktsrc/PktDumper.h"
|
||||
|
||||
extern void net_init(name_list& interfaces, name_list& readfiles,
|
||||
name_list& netflows, name_list& flowfiles,
|
||||
const char* writefile, const char* filter,
|
||||
int do_watchdog);
|
||||
extern void net_run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue