From ea47308a8e56e633928f9d296dd0c6d4960436f8 Mon Sep 17 00:00:00 2001 From: robiscool Date: Tue, 2 Aug 2011 10:59:38 -0700 Subject: Change snort-dev to orion --- config/orionids-dev/snort_build.inc | 1208 +++++++++++++++++++++++++++++++++++ 1 file changed, 1208 insertions(+) create mode 100644 config/orionids-dev/snort_build.inc (limited to 'config/orionids-dev/snort_build.inc') diff --git a/config/orionids-dev/snort_build.inc b/config/orionids-dev/snort_build.inc new file mode 100644 index 00000000..edc9583a --- /dev/null +++ b/config/orionids-dev/snort_build.inc @@ -0,0 +1,1208 @@ + \ + cmd_validity STRU < char FRP > \ + cmd_validity ALLO < int [ char R int ] > \ + cmd_validity TYPE < { char AE [ char NTC ] | char I | char L [ number ] } > \ + cmd_validity MDTM < [ date nnnnnnnnnnnnnn[.n[n[n]]] ] string > \ + cmd_validity PORT < host_port > + +preprocessor ftp_telnet_protocol: ftp client default \ + max_resp_len 256 \ + bounce yes \ + telnet_cmds yes + +EOD; + + $def_ftp_preprocessor_info_chk = $ifaceSettingsArray['ftp_preprocessor']; + if ($def_ftp_preprocessor_info_chk === 'on') { + $def_ftp_preprocessor_type = $snort_ftp_preprocessor; + }else{ + $def_ftp_preprocessor_type = ""; + } + + /* def smtp_preprocessor */ + $snort_smtp_preprocessor = << -- cgit v1.2.3