zeek/scripts/base/frameworks/input/main.bro
2011-11-02 15:36:33 -07:00

11 lines
107 B
Text

module Input;
export {
type Event: record {
name: string;
columns: any;
};
}
@load base/input.bif