diff options
author | Andreas Lindhé <andreas@lindhe.io> | 2017-10-28 15:36:45 +0200 |
---|---|---|
committer | Andreas Lindhé <andreas@lindhe.io> | 2017-10-28 15:36:45 +0200 |
commit | 2d5d5be5702867a7a719312a5a148489c3b68f31 (patch) | |
tree | 652216cbdb73e9a6c524103933134a58e60da7d1 /broccoli | |
parent | 05ec501e4f4ff021a1f4d84ab1115b09fa91cc3d (diff) | |
download | midbro-2d5d5be5702867a7a719312a5a148489c3b68f31.tar.gz midbro-2d5d5be5702867a7a719312a5a148489c3b68f31.tar.bz2 |
Forgot to add the Log::WRITER_NONE thing
Diffstat (limited to 'broccoli')
-rw-r--r-- | broccoli/script/modbus.bro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/broccoli/script/modbus.bro b/broccoli/script/modbus.bro index 48991bf..d258de3 100644 --- a/broccoli/script/modbus.bro +++ b/broccoli/script/modbus.bro @@ -1,5 +1,5 @@ # Example usage: -# bro -b -C -i eth0 modbus.bro +# bro -b -C -i eth0 modbus.bro Log::default_writer=Log::WRITER_NONE @load frameworks/communication/listen @load base/protocols/modbus |