aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Rename midbropasad -> midbro in C impl..Robert Gustafsson2017-10-18
| | | | * files in script/ are not changed
* Add define to use policy drop first elementRobert Gustafsson2017-10-18
|
* Add timestamps to measurementsAndreas Lindhé2017-10-15
|
* Start by analyzing cpu idle load in scriptAndreas Lindhé2017-10-14
|
* Modify script to run remotely on piAndreas Lindhé2017-10-14
| | | | | | | | * Add separate interface argument in case the laptop ethernet interface has different name than than on the pi * Add command to run as sudo on pi over SSH. This assumes root has pasadpi_rsa in /root/.ssh/ *
* Add parameter to modbus.bro for Pcap bufsizeAndreas Lindhé2017-10-14
|
* script: measure-packets: Adapt for usage over SSHRobin Krahl2017-10-14
|
* Add script for packet drop measurementsRobin Krahl2017-10-13
|
* Add debug modeRobert Gustafsson2017-10-12
|
* Make it possible to print less debug infoAndreas Lindhé2017-10-12
|
* Include the modbus base script in bro-scriptAndreas Lindhé2017-10-12
| | | | This makes it work in conjunction with the `-b` flag.
* Ignore lib dirAndreas Lindhé2017-10-11
|
* Ignore *.o files and *.logAndreas Lindhé2017-10-11
|
* investigate.sh: Check that the dump file really existsRobin Krahl2017-10-11
|
* Add script to execute midbropasad & broRobin Krahl2017-10-11
|
* investigate.sh: Fix the handling of relative dump pathsRobin Krahl2017-10-11
|
* Add investigate script that extracts and plots dataRobin Krahl2017-10-11
|
* Add a filtering option to the Modbus Bro scriptRobin Krahl2017-10-11
|
* Move files from bro-script directoryAndreas Lindhé2017-10-11
|
* Add shared libraryRobert Gustafsson2017-10-10
|
* Ignore build filesAndreas Lindhé2017-10-09
|
* Change: user responsible for memory allocationRobert Gustafsson2017-10-09
| | | | * Add function to request only one sensor value.
* broevent: Combine the pasad-parsed script with midbroRobin Krahl2017-10-09
|
* Add function to release sensor valuesRobert Gustafsson2017-10-09
|
* Fix synch issue with semaphoresRobert Gustafsson2017-10-09
|
* Create output dirs when compilingRobert Gustafsson2017-10-09
|
* Some refactoringRobert Gustafsson2017-10-09
|
* Add some basic unit testsRobert Gustafsson2017-10-09
|
* Fix memory alloc issue in fifoqueueRobert Gustafsson2017-10-09
|
* Add blocking wait when buffer is emptyRobert Gustafsson2017-10-09
|
* Add new thread for event handlingRobert Gustafsson2017-10-09
|
* Add new main fileRobert Gustafsson2017-10-09
|
* Move includes folder to broccoliRobert Gustafsson2017-10-09
|
* Some renamingRobert Gustafsson2017-10-09
|
* Add basic fifoqueue to buffer eventsRobert Gustafsson2017-10-09
|
* Add first test of broccoliRobert Gustafsson2017-10-09
|
* bro-script: pasad-parsed: Implement transaction handlingRobin Krahl2017-10-03
|
* bro-script: pasad-simple: Add origin and response IP addresses to logRobin Krahl2017-09-26
|
* bro-script: Explain log file source in READMERobin Krahl2017-09-25
|
* bro-script: Add more advanced implementationRobin Krahl2017-09-25
| | | | | | | Add a more advanced Bro script implementation that outputs the address and the register value, one line per address. This approach also suffers from the connection assumption described for pasad-simple and contains no sanity checks at all.
* bro-script: pasad-simple: Change log name to pasad-simpleRobin Krahl2017-09-25
|
* bro-script: pasad-simple: Fix typoRobin Krahl2017-09-25
| | | | Write ‘address’ instead of ‘adress’.
* bro-script: Add simple baseline implementationRobin Krahl2017-09-25
| | | | | | | | | | | | | | This implementation only logs the (combined) request and response events that occur within the same connection. This assumes that a response is always send over the same connection as a request. It is unclear whether this assumption really holds. This implementation does not yet contain error handling, so if there was no response for a request, Bro displays an error message. It also does not contain an interpretation of the values, so if multiple values are read within one request, they are displayed in the same log entry.
* Add directory for bro-scriptRobin Krahl2017-09-25
Add a (nearly) empty directory for the baseline implementation of the payload extraction as a Bro script executed directly within Bro.