File: __load__.bro

package info (click to toggle)
bro-aux 0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,104 kB
  • sloc: sh: 999; ansic: 943; ruby: 71; makefile: 68; perl: 35; cpp: 26
file content (12 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#
# This is loaded automatically at Bro startup once the plugin gets activated
# and its BiF elements have become available. Include code here that should
# always execute unconditionally at that time. 
# 
# Note that often you may want your plugin's accompanying scripts not here, but
# in scripts/<plugin-namespace>/<plugin-name>/__load__.bro. That's processed
# only on explicit `@load <plugin-namespace>/<plugin-name>`.
#