Skip to content

rust: format dcerpc files - #15645

Merged
victorjulien merged 1 commit into
OISF:mainfrom
catenacyber:rust-fmt-3836-v9.1
Jun 17, 2026
Merged

rust: format dcerpc files#15645
victorjulien merged 1 commit into
OISF:mainfrom
catenacyber:rust-fmt-3836-v9.1

Conversation

@catenacyber

Copy link
Copy Markdown
Contributor

Link to ticket: https://redmine.openinfosecfoundation.org/issues/3836

Describe changes:

  • rust: format dcerpc files

#15616 next round

Still TODO the biggest ones: base dir, smb

@catenacyber
catenacyber requested review from a team and jasonish as code owners June 14, 2026 20:21
@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 91.89189% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.91%. Comparing base (28b10fb) to head (aea9fd7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15645   +/-   ##
=======================================
  Coverage   82.90%   82.91%           
=======================================
  Files        1006     1006           
  Lines      273648   273680   +32     
=======================================
+ Hits       226869   226918   +49     
+ Misses      46779    46762   -17     
Flag Coverage Δ
fuzzcorpus 61.38% <77.02%> (+0.03%) ⬆️
livemode 18.42% <14.86%> (-0.01%) ⬇️
netns 22.86% <14.86%> (+0.03%) ⬆️
pcap 45.20% <74.32%> (-0.03%) ⬇️
suricata-verify 66.68% <90.54%> (-0.04%) ⬇️
unittests 58.53% <54.05%> (+<0.01%) ⬆️

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@suricata-qa

Copy link
Copy Markdown

ERROR:
ERROR: ASAN TEST FAIL in ASAN_TLPR1_suri QA test

ERROR: QA failed on ASAN_TLPR1_suri.

Pipeline = 32036

@victorjulien

Copy link
Copy Markdown
Member

ERROR: ERROR: ASAN TEST FAIL in ASAN_TLPR1_suri QA test

ERROR: QA failed on ASAN_TLPR1_suri.

Pipeline = 32036

Seems unrelated.

@suricata-qa

Copy link
Copy Markdown

Information: QA ran without warnings.

Pipeline = 32037

@victorjulien victorjulien left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit, lets fix that later.

let tx = &self.transactions[i];
if tx.id == tx_id { //+ 1 {
if tx.id == tx_id {
//+ 1 {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: should be removed

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done in #15660

@victorjulien victorjulien added this to the 9.0 milestone Jun 15, 2026
@victorjulien
victorjulien merged commit aea9fd7 into OISF:main Jun 17, 2026
63 checks passed
@victorjulien

Copy link
Copy Markdown
Member

Merged in #15659, thanks!

@catenacyber catenacyber mentioned this pull request Jun 17, 2026
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.

3 participants