Restructuring the scripts that feed data into the intel framework slightly.

This commit is contained in:
Seth Hall 2012-09-28 13:25:37 -04:00
parent 2366b21787
commit 0bcedcd204
7 changed files with 47 additions and 35 deletions

View file

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