Project

General

Profile

Actions

Bug #6743

open

stream/tcp: spurious retransmission seen as invalid

Added by Philippe Antoine over 1 year ago. Updated 18 days ago.

Status:
New
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

Actions #1

Updated by Victor Julien 7 months ago

  • Target version changed from 8.0.0-beta1 to 8.0.0-rc1
Actions #2

Updated by Victor Julien about 2 months ago

  • Target version changed from 8.0.0-rc1 to 9.0.0-beta1
Actions #3

Updated by Philippe Antoine 18 days ago

  • Affected Versions 8.0.0 added

Reproduce with

diff --git a/tests/bug-2576-02/suricata.yaml b/tests/bug-2576-02/suricata.yaml
index 1e40c3aa..631ddad2 100644
--- a/tests/bug-2576-02/suricata.yaml
+++ b/tests/bug-2576-02/suricata.yaml
@@ -53,6 +53,15 @@ outputs:
         header: X-Forwarded-For

       types:
+        - anomaly:
+            enabled: yes
+            #
+            # Choose one or more types of anomaly logging and whether to enable
+            # logging of the packet header for packet anomalies.
+            types:
+              # decode: no
+              stream: yes
+              # applayer: yes
         - alert:
             # payload: yes             # enable dumping payload in Base64
             # payload-buffer-size: 4kb # max size of payload buffer to output in eve-log

and jq .anomaly output/eve.json

Actions

Also available in: Atom PDF