added 'snort' signature type

pull/61/head
Christophe Vandeplas 2012-02-03 11:08:37 +01:00
parent 7ca72ade23
commit 4483c2a5f1
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ class Signature extends AppModel {
if (!preg_match("#\n#", $value))
return true;
break;
case 'snort':
case 'other':
return true;
break;