Remove the smtp parser restriction that it accepts data only in to client

direction first.
pull/567/head
Anoop Saldanha 12 years ago
parent 3ec411486e
commit af1df7a89d

@ -864,7 +864,6 @@ void RegisterSMTPParsers(void)
STREAM_TOSERVER);
AlpProtoAdd(&alp_proto_ctx, proto_name, IPPROTO_TCP, ALPROTO_SMTP, "QUIT", 4, 0,
STREAM_TOSERVER);
AppLayerRegisterParserAcceptableDataDirection(ALPROTO_SMTP, STREAM_TOCLIENT);
} else {
SCLogInfo("Protocol detection and parser disabled for %s protocol.",
proto_name);

Loading…
Cancel
Save