mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Converting log writers and input readers to plugins.
This commit is contained in:
parent
6d9e261384
commit
f4cbcb9b03
109 changed files with 1177 additions and 495 deletions
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/env bash
|
||||
#
|
||||
# Returns true if Bro has been compiled with support for writer type
|
||||
# $1. The type name must match what "bro --help" prints.
|
||||
# $1. The type name must match the plugin name that "bro -N" prints.
|
||||
|
||||
bro --helper 2>&1 | grep -qi "Supported log formats:.*$1"
|
||||
bro -N $1 >/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue