mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
10 lines
181 B
JavaScript
10 lines
181 B
JavaScript
%include binpac.pac
|
|
%include bro.pac
|
|
|
|
analyzer DCE_RPC withcontext {
|
|
connection: DCE_RPC_Conn;
|
|
flow: DCE_RPC_Flow;
|
|
};
|
|
|
|
%include dce_rpc-protocol.pac
|
|
%include dce_rpc-analyzer.pac
|