While not incorrect, the previous wording made the sentence almost
paradoxical. While at it, also highlight a side effect that might not be
so clear to users.
Related to
Bug #6976
not_established
Match on packets that are not part of an established connection.
stateless
- Match on packets that are and are not part of an established connection.
+ Match on packets that are part of a flow, regardless of connection state.
+ (This means that packets that are not seen as part of a flow won't match).
only_stream
Match on packets that have been reassembled by the stream engine.
no_stream
Signature example::
- alert ip any any -> any any (msg:"Flow has less than 2000 bytes"; flow.bytes_toserver:<2000; sid:1;)
\ No newline at end of file
+ alert ip any any -> any any (msg:"Flow has less than 2000 bytes"; flow.bytes_toserver:<2000; sid:1;)