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

Tx files/v82 #7521

Closed
wants to merge 51 commits into from
Closed

Tx files/v82 #7521

wants to merge 51 commits into from

Conversation

victorjulien
Copy link
Member

Draft to trigger CI/QA. Commit check will certainly fail.

suricata-verify-pr: 847

output/tx: own file/filedata thread data

output/file(data): cleanups

FILETX: register tx after file/filedata

FILETX: file output

FILETX: filedata output

FILETX: id's for file/filedata as tx loggers

FILETX: runmode needs to enable tx if file logging is enabled

WIP output files: use eof to trigger logging like with tx

SQUASH output-tx. FIX flags UPDATE ready logic

WIP output-tx

SQUASH output-tx
@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline 7777

@victorjulien victorjulien mentioned this pull request Jul 1, 2022
@catenacyber catenacyber added the needs rebase Needs rebase to master label Jul 6, 2022
@victorjulien victorjulien mentioned this pull request Aug 19, 2022
@victorjulien
Copy link
Member Author

replaced by #7735

@victorjulien victorjulien deleted the tx-files/v82 branch September 19, 2022 07:57
victorjulien added a commit to victorjulien/suricata that referenced this pull request Jan 23, 2025
Instead of ip-only specific flags, reuse the FLOW_PKT_TOSERVER_FIRST and
FLOW_PKT_TOCLIENT_FIRST flags.

Leads to a minor behavior change:

If a one sided flow leads to a flow end packet in the opposite
direction, the opposing packet no longer leads to a ip-only match as the
flow end pseudo packet won't have the FLOW_PKT_*_FIRST flag set.

Ticket: OISF#7521.
victorjulien added a commit to victorjulien/suricata that referenced this pull request Jan 23, 2025
Instead of ip-only specific flags, reuse the FLOW_PKT_TOSERVER_FIRST and
FLOW_PKT_TOCLIENT_FIRST flags.

Fixes false positives on one sided streams that trigger a opposing flow
timeout packet at the flow's end. That pseudo packet would trigger a
match even though it shouldn't.

Ticket: OISF#7521.
victorjulien added a commit to victorjulien/suricata that referenced this pull request Jan 27, 2025
Instead of ip-only specific flags, reuse the FLOW_PKT_TOSERVER_FIRST and
FLOW_PKT_TOCLIENT_FIRST flags.

Fixes false positives on one sided streams that trigger a opposing flow
timeout packet at the flow's end. That pseudo packet would trigger a
match even though it shouldn't.

Ticket: OISF#7521.
victorjulien added a commit to victorjulien/suricata that referenced this pull request Jan 28, 2025
Instead of ip-only specific flags, reuse the FLOW_PKT_TOSERVER_FIRST and
FLOW_PKT_TOCLIENT_FIRST flags.

Fixes false positives on one sided streams that trigger a opposing flow
timeout packet at the flow's end. That pseudo packet would trigger a
match even though it shouldn't.

Ticket: OISF#7521.
victorjulien added a commit to victorjulien/suricata that referenced this pull request Jan 29, 2025
Instead of ip-only specific flags, reuse the FLOW_PKT_TOSERVER_FIRST and
FLOW_PKT_TOCLIENT_FIRST flags.

Fixes false positives on one sided streams that trigger a opposing flow
timeout packet at the flow's end. That pseudo packet would trigger a
match even though it shouldn't.

Ticket: OISF#7521.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs rebase Needs rebase to master
Development

Successfully merging this pull request may close these issues.

3 participants