Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http: allow lower/mixed case in proto detect #2454

Merged
merged 1 commit into from Dec 16, 2016
Merged

Conversation

inliniac
Copy link
Contributor

In HTTP detection registered patterns were upper case only. Since the
detection is based on both sides this would still work for sessions
where one of the talkers misbehaved. If both sides misbehave this
would fail however, so this patch introduces case insensitive matching.

PRscript:

https://redmine.openinfosecfoundation.org/issues/1984

In HTTP detection registered patterns were upper case only. Since the
detection is based on both sides this would still work for sessions
where one of the talkers misbehaved. If both sides misbehave this
would fail however, so this patch introduces case insensive matching.
@poona
Copy link
Contributor

poona commented Dec 14, 2016

Hi Victor,
You have seen cases of lowercase patterns?

@pevma
Copy link
Member

pevma commented Dec 14, 2016

@poona ET folks see malware like that on a good few occasions.

@poona
Copy link
Contributor

poona commented Dec 14, 2016

okay. Thanks

@inliniac
Copy link
Contributor Author

@poona
Copy link
Contributor

poona commented Dec 14, 2016

Nice. Thanks for the example.

@inliniac inliniac modified the milestone: 3.2.1 Dec 16, 2016
This was referenced Dec 16, 2016
@inliniac inliniac merged commit 579d6d3 into master Dec 16, 2016
@inliniac inliniac deleted the dev/http-method/v0 branch December 17, 2016 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants