-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Ssh frames 5734 v3 #11415
Ssh frames 5734 v3 #11415
Conversation
Ticket: 5734 Adds frames for SSH records, that come after banner, and before the data is encrypted. These records may contain cipher lists for instance.
for SSH packets that mark the end of plaintext
use debug_validate_bug_on instead
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11415 +/- ##
==========================================
+ Coverage 82.43% 82.45% +0.02%
==========================================
Files 938 938
Lines 248044 248098 +54
==========================================
+ Hits 204465 204579 +114
+ Misses 43579 43519 -60
Flags with carried forward coverage won't be shown. Click here to find out more. |
ERROR: ERROR: QA failed on ASAN_TLPR1_suri. Pipeline 21396 |
// app-layer-frame-documentation tag start: FrameType enum | ||
#[derive(AppLayerFrameType)] | ||
pub enum SshFrameType { | ||
RecordHdr, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: No other frames seem to have this naming scheme with Record
prefix. Why did you choose it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because SSH has different stages : banner, records, and encrypted
So, the frames are about records only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh. thank you!
Continued in #11451 |
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/5734
Describe changes:
panic
in packet pathSV_BRANCH=OISF/suricata-verify#1932
#11372 with better commit message and some doc added, and adds a cleanup commit