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

Smb rename #7498

Closed
wants to merge 2 commits into from
Closed

Smb rename #7498

wants to merge 2 commits into from

Conversation

catenacyber
Copy link
Contributor

Link to redmine ticket:
TODO
Maybe related to https://redmine.openinfosecfoundation.org/issues/5332
See also #7497

Describe changes:

  • smb: do not use tree id to match create request and response to get SMB2 async response to work

suricata-verify-pr: 843

if configuration provded no value
as was done in C before e5c948d
@suricata-qa
Copy link

ERROR:

ERROR: QA failed on smb_files_sha256.

ERROR: QA failed on tlpr1_alerts_cmp.

Pipeline 7737

As an SMB2 async response does not have a tree id, even if
the request has it.

Per spec, MessageId should be enough to identifiy a message request
and response uniquely across all messages that are sent on the same
SMB2 Protocol transport connection.
So, the tree id is redundant anyways.
@catenacyber
Copy link
Contributor Author

Force-pushed schema.json changes to get CI to run again

@codecov
Copy link

codecov bot commented Jun 8, 2022

Codecov Report

Merging #7498 (299af15) into master (8377b9d) will decrease coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #7498      +/-   ##
==========================================
- Coverage   75.83%   75.78%   -0.06%     
==========================================
  Files         655      655              
  Lines      186236   186235       -1     
==========================================
- Hits       141239   141139     -100     
- Misses      44997    45096      +99     
Flag Coverage Δ
fuzzcorpus 60.03% <ø> (-0.05%) ⬇️
suricata-verify 52.19% <ø> (-0.06%) ⬇️
unittests 60.81% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@suricata-qa
Copy link

ERROR:

ERROR: QA failed on smb_files_sha256.

ERROR: QA failed on tlpr1_alerts_cmp.

Pipeline 7752

@catenacyber
Copy link
Contributor Author

Replaced by #7536

jasonish added a commit to jasonish/suricata that referenced this pull request Feb 27, 2025
- Remove rs_prefix
- Remove no_mangle and pub when not needed

Related to ticket: OISF#7498
jasonish added a commit to jasonish/suricata that referenced this pull request Feb 27, 2025
- Remove rs_prefix
- Remove no_mangle and pub when not needed

Related to ticket: OISF#7498
jasonish added a commit to jasonish/suricata that referenced this pull request Feb 27, 2025
- replace rs_ prefixed names with SC
- remove no_mangle and pub where not needed
- remove some unused functions

Related to ticket: OISF#7498
jasonish added a commit to jasonish/suricata that referenced this pull request Feb 27, 2025
jasonish added a commit to jasonish/suricata that referenced this pull request Feb 27, 2025
- remove rs_prefix, replace with SC if needed
- remove pub and no_mangle where not needed
- remove some unused functions and fields

Related to ticket: OISF#7498
jasonish added a commit to jasonish/suricata that referenced this pull request Feb 28, 2025
- remove rs_prefix, replace with SC if needed
- remove pub and no_mangle where not needed
- remove some unused functions and fields

Related to ticket: OISF#7498
victorjulien pushed a commit to victorjulien/suricata that referenced this pull request Feb 28, 2025
- Remove rs_prefix
- Remove no_mangle and pub when not needed

Related to ticket: OISF#7498
victorjulien pushed a commit to victorjulien/suricata that referenced this pull request Feb 28, 2025
- replace rs_ prefixed names with SC
- remove no_mangle and pub where not needed
- remove some unused functions

Related to ticket: OISF#7498
victorjulien pushed a commit to victorjulien/suricata that referenced this pull request Feb 28, 2025
victorjulien pushed a commit to victorjulien/suricata that referenced this pull request Feb 28, 2025
- remove rs_prefix, replace with SC if needed
- remove pub and no_mangle where not needed
- remove some unused functions and fields

Related to ticket: OISF#7498
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants