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 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) |