mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Restructuring the scripts that feed data into the intel framework slightly.
This commit is contained in:
parent
2366b21787
commit
0bcedcd204
7 changed files with 47 additions and 35 deletions
|
@ -1,10 +1,5 @@
|
|||
@load base/frameworks/intel
|
||||
|
||||
export {
|
||||
redef enum Intel::Where += {
|
||||
HTTP::IN_HOST_HEADER,
|
||||
};
|
||||
}
|
||||
@load ./where-locations
|
||||
|
||||
event http_header(c: connection, is_orig: bool, name: string, value: string)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue