aboutsummaryrefslogtreecommitdiff
path: root/broccoli/script/README
diff options
context:
space:
mode:
authorAndreas Lindhé <andreas@lindhe.io>2017-10-31 08:33:46 +0100
committerAndreas Lindhé <andreas@lindhe.io>2017-10-31 08:41:40 +0100
commitbc5ecd6da7f068a12b9ee5397178723481c7a3ea (patch)
tree6ac5bb33df7c3aacde8eb254c4aee1ce1df9dd29 /broccoli/script/README
parent2d5d5be5702867a7a719312a5a148489c3b68f31 (diff)
downloadmidbro-bc5ecd6da7f068a12b9ee5397178723481c7a3ea.tar.gz
midbro-bc5ecd6da7f068a12b9ee5397178723481c7a3ea.tar.bz2
Move all files one level down
Diffstat (limited to 'broccoli/script/README')
-rw-r--r--broccoli/script/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/broccoli/script/README b/broccoli/script/README
deleted file mode 100644
index 15f121e..0000000
--- a/broccoli/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.