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/20180803/v3 #3446

Merged
merged 4 commits into from
Aug 7, 2018
Merged

Next/20180803/v3 #3446

merged 4 commits into from
Aug 7, 2018

Conversation

Maurizio Abba and others added 4 commits August 3, 2018 16:15
fix bug in fileext and filename preventing negated match to work
correctly. Previously, negated fileext (such as !"php") would cause a
match anyway on files that have extension php, as the last if would not
be accessed.

Using the same workflow as detect-filemagic we remove the final
isolated if and set it as a branch of the previous if.
Change the decode handler signature to increase the size of its decode
handler, from uint16 to uint32. This is necessary to let suricata use
interfaces with mtu > 65535 (ex: lo interface has default size 65536).

It's necessary to change several primitive for Packet manipulation, to
unify the parameter "packet length" whenever we are before IP decoding.

Add tests before calling DecodeIPVX function to avoid a possible
integer overflow over the len parameter.
@victorjulien victorjulien requested review from jasonish and a team as code owners August 6, 2018 13:11
@inliniac inliniac merged commit a337908 into OISF:master Aug 7, 2018
@victorjulien victorjulien deleted the next/20180803/v3 branch September 30, 2018 08:39
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 20, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 20, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 20, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 20, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 20, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 20, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 24, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 25, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 25, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 25, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 25, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 26, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 26, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 26, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 26, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 26, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 26, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 26, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 26, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Sep 29, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 9, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 17, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 17, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 17, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 17, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 17, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 17, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 17, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 17, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 21, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 21, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 21, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 21, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 21, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 21, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 21, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 21, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
Kotodian pushed a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
QianKaiLin added a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
QianKaiLin added a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
QianKaiLin added a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
QianKaiLin added a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
QianKaiLin added a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
QianKaiLin added a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
QianKaiLin added a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
QianKaiLin added a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
QianKaiLin added a commit to QianKaiLin/suricata that referenced this pull request Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants