aboutsummaryrefslogtreecommitdiff
path: root/bro-script/README
diff options
context:
space:
mode:
authorAndreas Lindhé <andreas@lindhe.io>2017-10-11 08:47:50 +0200
committerAndreas Lindhé <andreas@lindhe.io>2017-10-11 08:47:50 +0200
commitda9544a4dba273d1cada460f3064d9e1ff21b44e (patch)
treea4280500e713216b49fdd46786f30eee3d60adb8 /bro-script/README
parent89ea70298caff759b719ab0855ad2cd48dfee0ca (diff)
downloadmidbro-da9544a4dba273d1cada460f3064d9e1ff21b44e.tar.gz
midbro-da9544a4dba273d1cada460f3064d9e1ff21b44e.tar.bz2
Move files from bro-script directory
Diffstat (limited to 'bro-script/README')
-rw-r--r--bro-script/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/bro-script/README b/bro-script/README
deleted file mode 100644
index 15f121e..0000000
--- a/bro-script/README
+++ /dev/null
@@ -1,9 +0,0 @@
-This directory contains a baseline implementation of the package parser
-implemented as a Bro script. A .bro file contains a script that can be
-executed on a Modbus pcap dump. A .log file contains an example for an
-output file generated by this script. By convention, the sample log file
-should contain the first 100 lines of a real log file obtained from running
-the script on packets_00014_20161128135616.cap.
-
-Currently, the scripts only handle the read_holding_registers event. Other
-events can handled by simply copying and adapting the existing handlers.