diff options
author | Robin Krahl <me@robin-krahl.de> | 2018-03-18 19:35:39 +0100 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2018-03-18 19:35:39 +0100 |
commit | 547b0cf754f93c9a7c6e8bef44c345961c84c424 (patch) | |
tree | 39832863673e4fbf0c24ef4235bd3d8c9687c7c0 /script | |
parent | 1290ff9195bd10921d33a5baa2e1927e757df96e (diff) | |
download | midbro-547b0cf754f93c9a7c6e8bef44c345961c84c424.tar.gz midbro-547b0cf754f93c9a7c6e8bef44c345961c84c424.tar.bz2 |
Fix naming in mid.bro
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 a87295e..8742c98 100644 --- a/script/mid.bro +++ b/script/mid.bro @@ -88,7 +88,7 @@ event modbus_unmatched_response(tid: count) { ## CUSTOM FUNCTIONS -function modbus_check_filter(ip: addr, start_address: count, quantity: count) : bool { +function midbro_check_filter(ip: addr, start_address: count, quantity: count) : bool { if (!enable_filtering) return T; if (ip != filter_ip_addr) |