Home
last modified time | relevance | path

Searched refs:addPreproc (Results 1 – 17 of 17) sorted by relevance

/dports/security/snort/snort-2.9.18/src/dynamic-examples/dynamic-preprocessor/
H A Dspp_example.c119 _dpd.addPreproc(sc, ExampleProcess, PRIORITY_TRANSPORT, 10000, PROTO_BIT__TCP | PROTO_BIT__UDP); in ExampleInit()
221 _dpd.addPreproc(sc, ExampleProcess, PRIORITY_TRANSPORT, 10000, PROTO_BIT__TCP | PROTO_BIT__UDP); in ExampleReload()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/gtp/
H A Dspp_gtp.c231 _dpd.addPreproc( sc, GTPmain, PRIORITY_APPLICATION, PP_GTP, PROTO_BIT__UDP ); in GTPInit()
732 _dpd.addPreproc( sc, GTPmain, PRIORITY_APPLICATION, PP_GTP, PROTO_BIT__UDP ); in GTPReload()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/pop/
H A Dspp_pop.c260 _dpd.addPreproc(sc, POPDetect, PRIORITY_APPLICATION, PP_POP, PROTO_BIT__TCP); in POPInit()
636 _dpd.addPreproc(sc, POPDetect, PRIORITY_APPLICATION, PP_POP, PROTO_BIT__TCP); in POPReload()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/imap/
H A Dspp_imap.c255 _dpd.addPreproc(sc, IMAPDetect, PRIORITY_APPLICATION, PP_IMAP, PROTO_BIT__TCP); in IMAPInit()
641 _dpd.addPreproc(sc, IMAPDetect, PRIORITY_APPLICATION, PP_IMAP, PROTO_BIT__TCP); in IMAPReload()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/smtp/
H A Dspp_smtp.c257 _dpd.addPreproc(sc, SMTPDetect, PRIORITY_APPLICATION, PP_SMTP, PROTO_BIT__TCP); in SMTPInit()
669 _dpd.addPreproc(sc, SMTPDetect, PRIORITY_APPLICATION, PP_SMTP, PROTO_BIT__TCP); in SMTPReload()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ssl_common/
H A Dssl_config.c726 _dpd.addPreproc( sc, SSLPP_process, PRIORITY_APPLICATION, PP_SSL, PROTO_BIT__TCP ); in SSLPP_init()
973 _dpd.addPreproc(sc, SSLPP_process, PRIORITY_APPLICATION, PP_SSL, PROTO_BIT__TCP); in SSLReload()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ssh/
H A Dspp_ssh.c240 _dpd.addPreproc( sc, ProcessSSH, PRIORITY_APPLICATION, PP_SSH, PROTO_BIT__TCP ); in SSHInit()
1622 _dpd.addPreproc( sc, ProcessSSH, PRIORITY_APPLICATION, PP_SSH, PROTO_BIT__TCP ); in SSHReload()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/s7commplus/
H A Dspp_s7comm.c201 _dpd.addPreproc(sc, ProcessS7commplus, PRIORITY_APPLICATION, PP_S7COMMPLUS, PROTO_BIT__TCP); in S7commplusPerPolicyInit()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/modbus/
H A Dspp_modbus.c224 _dpd.addPreproc(sc, ProcessModbus, PRIORITY_APPLICATION, PP_MODBUS, PROTO_BIT__TCP); in ModbusPerPolicyInit()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/dns/
H A Dspp_dns.c247 _dpd.addPreproc(sc, ProcessDNS, PRIORITY_APPLICATION, PP_DNS, PROTO_BIT__TCP | PROTO_BIT__UDP); in DNSInit()
1829 _dpd.addPreproc(sc, ProcessDNS, PRIORITY_APPLICATION, PP_DNS, PROTO_BIT__TCP | PROTO_BIT__UDP); in DNSReload()
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_dynamic_preprocessor.h388 AddPreprocFunc addPreproc; member
H A Dsf_dynamic_plugins.c2640 preprocData.addPreproc = &AddPreprocessor; in InitDynamicPreprocessors()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/dcerpc2/
H A Dspp_dce2.c335 _dpd.addPreproc(sc, DCE2_Main, PRIORITY_APPLICATION, PP_DCE2, PROTO_BIT__TCP | PROTO_BIT__UDP); in DCE2_InitGlobal()
1275 _dpd.addPreproc(sc, DCE2_Main, PRIORITY_APPLICATION, PP_DCE2, in DCE2_ReloadGlobal()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/dnp3/
H A Dspp_dnp3.c314 _dpd.addPreproc(sc, ProcessDNP3, PRIORITY_APPLICATION, PP_DNP3, PROTO_BIT__TCP|PROTO_BIT__UDP); in DNP3RegisterPerPolicyCallbacks()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/sip/
H A Dspp_sip.c808 _dpd.addPreproc( sc, SIPmain, PRIORITY_APPLICATION, PP_SIP, PROTO_BIT__UDP|PROTO_BIT__TCP ); in SIPCheckPolicyConfig()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ftptelnet/
H A Dsnort_ftptelnet.c3797 … _dpd.addPreproc(sc, FTPDataTelnetChecks, PRIORITY_APPLICATION, PP_FTPTELNET, PROTO_BIT__TCP); in FTPTelnetCheckConfigs()
3804 _dpd.addPreproc(sc, FTPTelnetChecks, PRIORITY_APPLICATION, PP_FTPTELNET, PROTO_BIT__TCP); in FTPTelnetCheckConfigs()
/dports/security/snort/snort-2.9.18/doc/
H A Dsnort_manual.tex19814 _dpd.addPreproc(ExampleProcess, PRIORITY_TRANSPORT, 10000);