Project

General

Profile

Actions

Bug #4511

closed

SSH bypass is not working

Added by Shivani Bhardwaj almost 3 years ago. Updated almost 3 years ago.

Status:
Rejected
Priority:
High
Assignee:
Target version:
-
Affected Versions:
Effort:
Difficulty:
Label:

Description

Since SSH parser is in rust.
This is because constants between Rust and C are not in sync.

In Rust we have APP_LAYER_PARSER_BYPASS_READY : u8 = 0b1000; that means 8
In C we have #define APP_LAYER_PARSER_BYPASS_READY BIT_U8(4) that means 16

There may be other implications


Related issues 1 (0 open1 closed)

Copied from Suricata - Bug #4508: SSH bypass is not workingClosedPhilippe AntoineActions
Actions

Also available in: Atom PDF