mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Merge branch 'topic/seth/smb' of ssh://git.bro-ids.org/bro into topic/seth/smb
This commit is contained in:
commit
4348269ce1
1 changed files with 6 additions and 0 deletions
|
@ -15,9 +15,15 @@ refine connection DCE_RPC_Conn += {
|
||||||
|
|
||||||
%cleanup{
|
%cleanup{
|
||||||
if ( gssapi )
|
if ( gssapi )
|
||||||
|
{
|
||||||
|
gssapi->Done();
|
||||||
delete gssapi;
|
delete gssapi;
|
||||||
|
}
|
||||||
if ( ntlm )
|
if ( ntlm )
|
||||||
|
{
|
||||||
|
ntlm->Done();
|
||||||
delete ntlm;
|
delete ntlm;
|
||||||
|
}
|
||||||
%}
|
%}
|
||||||
|
|
||||||
function forward_auth(auth: DCE_RPC_Auth, is_orig: bool): bool
|
function forward_auth(auth: DCE_RPC_Auth, is_orig: bool): bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue