Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4921 +/- ##
==========================================
+ Coverage 80.10% 80.15% +0.05%
==========================================
Files 370 370
Lines 91733 91759 +26
==========================================
+ Hits 73482 73553 +71
+ Misses 18251 18206 -45
🚀 New features to boost your workflow:
|
21ae3f8 to
2184bf4
Compare
- close properly when it crashes - fix over SMB where the pipe was open too soon
4ed1329 to
bfa531d
Compare
bd0b2c1 to
9ca50b4
Compare
evverx
added a commit
to evverx/scapy
that referenced
this pull request
Feb 23, 2026
to prevent the tests from failing with ``` ###(000)=[failed] [C706 MGMT] - Import layer ... ModuleNotFoundError: No module named 'scapy.layers.msrpce.raw.mgmt' ###(001)=[failed] [C706 MGMT] - Dissect rpc__mgmt_inq_if_ids_Response ... >>> pkt = rpc__mgmt_inq_if_ids_Response(DATA) NameError: name 'rpc__mgmt_inq_if_ids_Response' is not defined ``` scapy-rpc isn't packaged so it has to be installed using pip instead of Build-Requires as usual. It's a follow-up to secdev#4921.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #4926