mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
12 lines
208 B
JavaScript
12 lines
208 B
JavaScript
# $Id:$
|
|
# 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
|