diff options
-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 |