mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
11 lines
200 B
JavaScript
11 lines
200 B
JavaScript
# Code written by Bernhard Ager (2007).
|
|
|
|
%extern{
|
|
#include "net_util.h"
|
|
#include "Event.h"
|
|
extern RecordType* conn_id;
|
|
%}
|
|
|
|
%include bro.pac
|
|
%include netflow-analyzer.pac
|
|
%include netflow-protocol.pac
|