Merge branch 'topic/seth/smb' of ssh://git.bro-ids.org/bro into topic/seth/smb

This commit is contained in:
Seth Hall 2016-07-07 14:17:46 -04:00
commit 4348269ce1

View file

@ -15,9 +15,15 @@ refine connection DCE_RPC_Conn += {
%cleanup{
if ( gssapi )
{
gssapi->Done();
delete gssapi;
}
if ( ntlm )
{
ntlm->Done();
delete ntlm;
}
%}
function forward_auth(auth: DCE_RPC_Auth, is_orig: bool): bool