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

Next/20161216/v7 #2459

Merged
merged 7 commits into from
Dec 16, 2016
Merged

Next/20161216/v7 #2459

merged 7 commits into from
Dec 16, 2016

Conversation

inliniac
Copy link
Contributor

victorjulien and others added 7 commits December 13, 2016 10:23
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.
Fix memory leak. Hostbits were not actually freed.

Bug #1975.
Newer versions of libpcap will not open pcap files with a
snaplen of -1, instead use the current maximum value of
262144.

Issue:
https://redmine.openinfosecfoundation.org/issues/1987
Make libmagic optional. If installed it will be enabled by default in
configure. Use --disable-libmagic to disable.
No extensions are allowed in <TLSv.1.2, so don't trigger SURICATA
TLS handshake invalid length decoder event when no extensions are
specified in CLIENT HELLO.
Tls packets may contain several records. This increase the number
of allowed records per packet from 30 to 255, and adds a new and
more informative decoder event when this limit is reached.
@inliniac inliniac added this to the 3.2.1 milestone Dec 16, 2016
@inliniac inliniac mentioned this pull request Dec 16, 2016
@inliniac inliniac merged commit 10c9322 into master Dec 16, 2016
@inliniac inliniac deleted the next/20161216/v7 branch December 17, 2016 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants