mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Removing the --use-binpac switch.
This commit is contained in:
parent
bfda42b9e9
commit
40ca718e90
5 changed files with 3 additions and 12 deletions
|
@ -114,8 +114,6 @@ vector<string> params;
|
|||
char* proc_status_file = 0;
|
||||
int snaplen = 0; // this gets set from the scripting-layer's value
|
||||
|
||||
int FLAGS_use_binpac = false;
|
||||
|
||||
extern std::list<BroDoc*> docs_generated;
|
||||
|
||||
// Keep copy of command line
|
||||
|
@ -204,8 +202,6 @@ void usage()
|
|||
fprintf(stderr, " -n|--idmef-dtd <idmef-msg.dtd> | specify path to IDMEF DTD file\n");
|
||||
#endif
|
||||
|
||||
fprintf(stderr, " --use-binpac | use new-style BinPAC parsers when available\n");
|
||||
|
||||
fprintf(stderr, " $BROPATH | file search path (%s)\n", bro_path());
|
||||
fprintf(stderr, " $BRO_PREFIXES | prefix list (%s)\n", bro_prefixes());
|
||||
fprintf(stderr, " $BRO_DNS_FAKE | disable DNS lookups (%s)\n", bro_dns_fake());
|
||||
|
@ -497,8 +493,6 @@ int main(int argc, char** argv)
|
|||
|
||||
{"pseudo-realtime", optional_argument, 0, 'E'},
|
||||
|
||||
{"use-binpac", no_argument, &FLAGS_use_binpac, 1},
|
||||
|
||||
{0, 0, 0, 0},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue