aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <guskraro@student.gu.se>2017-09-25 20:45:12 +0000
committerRobin Krahl <guskraro@student.gu.se>2017-09-25 20:45:12 +0000
commit478b8df6262d405015bf2ea7ca28ef06d2df3e5e (patch)
tree2031ed72507f9879b9d749577840c1ffacee1089
downloadmidbro-478b8df6262d405015bf2ea7ca28ef06d2df3e5e.tar.gz
midbro-478b8df6262d405015bf2ea7ca28ef06d2df3e5e.tar.bz2
Add directory for bro-script
Add a (nearly) empty directory for the baseline implementation of the payload extraction as a Bro script executed directly within Bro.
-rw-r--r--bro-script/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/bro-script/README b/bro-script/README
new file mode 100644
index 0000000..abfe1ad
--- /dev/null
+++ b/bro-script/README
@@ -0,0 +1,4 @@
+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.