Home
last modified time | relevance | path

Searched refs:active_PacketWasDropped (Results 1 – 6 of 6) sorted by relevance

/dports/security/snort/snort-2.9.18/src/dynamic-output/plugins/
H A Doutput_lib.h117 ActiveFunc active_PacketWasDropped; member
H A Doutput_plugin.c151 outputData.active_PacketWasDropped = &Active_PacketWasDropped; in initOutputPlugin()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/file/
H A Dfile_event_log.c214 if( p != NULL && _dod.active_PacketWasDropped() ) in file_log_exec()
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_dynamic_preprocessor.h515 ActivePacketWasDroppedFunc active_PacketWasDropped; member
H A Dsf_dynamic_plugins.c2774 preprocData.active_PacketWasDropped = &DynamicActivePacketWasDropped; in InitDynamicPreprocessors()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ftptelnet/
H A Dsnort_ftptelnet.c4483 if(ft_ssn && (ft_ssn->flags & FTP_FLG_MALWARE_ENABLED) && _dpd.active_PacketWasDropped()) in FTPDataProcess()