diff options
Diffstat (limited to 'script')
-rw-r--r-- | script/mid.bro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/mid.bro b/script/mid.bro index 3ba0f1d..97badf1 100644 --- a/script/mid.bro +++ b/script/mid.bro @@ -126,7 +126,7 @@ function midbro_generate_events(transaction: Transaction, c: connection, local val = registers[filter_mem_addr - transaction$start_address]; local other_val = registers[filter_mem_addr - transaction$start_address - 1]; local f = open_for_append("/home/pi/data/pasad/values_other.txt"); - print f, val, other_val; + print f, current_time(), val, other_val; close(f); } } else { |