diff options
author | Andreas Lindhé <andreas@lindhe.io> | 2017-10-31 14:22:41 +0100 |
---|---|---|
committer | Andreas Lindhé <andreas@lindhe.io> | 2017-10-31 14:46:05 +0100 |
commit | f54b5549854abef801dba94b42220e23c680631f (patch) | |
tree | 4a360faf824e10b929f7e31d7b289ae26c1887e8 | |
parent | da4c77d51f971e6abe838db76d55c7fc4c103d5d (diff) | |
download | midbro-f54b5549854abef801dba94b42220e23c680631f.tar.gz midbro-f54b5549854abef801dba94b42220e23c680631f.tar.bz2 |
Vainity change
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | script/mid.bro (renamed from script/modbus.bro) | 0 |
2 files changed, 5 insertions, 3 deletions
@@ -26,12 +26,14 @@ The commands below assume you are in the root directory of this repository. ### 0. Compile & export path -`make && make midbro_test` -`export export LD_LIBRARY_PATH=$(pwd)/lib` +`make` +`export LD_LIBRARY_PATH=$(pwd)/lib` + +**Example:** `make midbro_test` ### 1. Start Bro -`sudo bro -b -C -i lo script/modbus.bro Log::default_writer=Log::WRITER_NONE` +`sudo bro -b -C -i lo script/mid.bro Log::default_writer=Log::WRITER_NONE` ### 2. Start the consumer (`midbro_test`) diff --git a/script/modbus.bro b/script/mid.bro index 3bb5b9a..3bb5b9a 100644 --- a/script/modbus.bro +++ b/script/mid.bro |