From 547b0cf754f93c9a7c6e8bef44c345961c84c424 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 18 Mar 2018 19:35:39 +0100 Subject: Fix naming in mid.bro --- script/mid.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1