mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
18 lines
333 B
JavaScript
18 lines
333 B
JavaScript
%include binpac.pac
|
|
%include zeek.pac
|
|
|
|
%extern{
|
|
#include "zeek/IP.h"
|
|
#include "zeek/TunnelEncapsulation.h"
|
|
#include "zeek/Reporter.h"
|
|
|
|
#include "zeek/packet_analysis/protocol/gtpv1/events.bif.h"
|
|
%}
|
|
|
|
analyzer GTPv1 withcontext {
|
|
connection: GTPv1_Conn;
|
|
flow: GTPv1_Flow;
|
|
};
|
|
|
|
%include gtpv1-protocol.pac
|
|
%include gtpv1-analyzer.pac
|