RegisterDCERPCParsers();
RegisterDCERPCUDPParsers();
RegisterFTPParsers();
+ /* we are disabling the ssh parser temporarily, since we are moving away
+ * from some of the archaic features we use in the app layer. We will
+ * reintroduce this parser. Also do note that keywords that rely on
+ * the ssh parser would now be disabled */
+#if 0
RegisterSSHParsers();
+#endif
RegisterSMTPParsers();
RegisterDNSUDPParsers();
RegisterDNSTCPParsers();
+/* we are disabling the ssh parser temporarily, since we are moving away
+ * from some of the archaic features we use in the app layer. We will
+ * reintroduce this parser. Also do note that keywords that rely on
+ * the ssh parser would now be disabled */
+#if 0
+
/* Copyright (C) 2007-2010 Open Information Security Foundation
*
* You can copy, redistribute or modify this Program under the terms of
UtRegisterTest("SSHParserTest14 - ToClient 4 chunks", SSHParserTest14, 1);
#endif /* UNITTESTS */
}
+
+#endif /* #if 0 */
+/* we are disabling the ssh parser temporarily, since we are moving away
+ * from some of the archaic features we use in the app layer. We will
+ * reintroduce this parser. Also do note that keywords that rely on
+ * the ssh parser would now be disabled */
+#if 0
/* Copyright (C) 2007-2010 Open Information Security Foundation
*
* You can copy, redistribute or modify this Program under the terms of
#endif /* UNITTESTS */
}
+#endif /* #if 0 */
+/* we are disabling the ssh parser temporarily, since we are moving away
+ * from some of the archaic features we use in the app layer. We will
+ * reintroduce this parser. Also do note that keywords that rely on
+ * the ssh parser would now be disabled */
+#if 0
/* Copyright (C) 2007-2010 Open Information Security Foundation
*
* You can copy, redistribute or modify this Program under the terms of
#endif /* UNITTESTS */
}
+#endif /* #if 0 */
DetectHttpUriRegister();
DetectHttpRawUriRegister();
DetectAsn1Register();
+/* we are disabling the ssh parser temporarily, since we are moving away
+ * from some of the archaic features we use in the app layer. We will
+ * reintroduce this parser. Also do note that keywords that rely on
+ * the ssh parser would now be disabled */
+#if 0
DetectSshVersionRegister();
- DetectSslStateRegister();
DetectSshSoftwareVersionRegister();
+#endif
+ DetectSslStateRegister();
DetectHttpStatCodeRegister();
DetectSslVersionRegister();
DetectByteExtractRegister();
DecodePPPRegisterTests();
DecodeVLANRegisterTests();
HTPParserRegisterTests();
+/* we are disabling the ssh parser temporarily, since we are moving away
+ * from some of the archaic features we use in the app layer. We will
+ * reintroduce this parser. Also do note that keywords that rely on
+ * the ssh parser would now be disabled */
+#if 0
SSHParserRegisterTests();
+#endif
SMBParserRegisterTests();
DCERPCParserRegisterTests();
DCERPCUDPParserRegisterTests();