Skip to content

Fix ClientSubnetv4 Calculates Address Length Incorrectly issue#4922

Open
wenxuan70 wants to merge 1 commit intosecdev:masterfrom
wenxuan70:bugfix/ecs
Open

Fix ClientSubnetv4 Calculates Address Length Incorrectly issue#4922
wenxuan70 wants to merge 1 commit intosecdev:masterfrom
wenxuan70:bugfix/ecs

Conversation

@wenxuan70
Copy link

Checklist:

  • [ x ] If you are new to Scapy: I have checked CONTRIBUTING.md (esp. section submitting-pull-requests)
  • [ x ] I squashed commits belonging together
  • [ x ] I added unit tests or explained why they are not relevant
  • [ x ] I executed the regression tests (using tox)
  • [ x ] If the PR is still not finished, please create a Draft Pull Request

fixes #4920

@guedou guedou self-requested a review February 15, 2026 19:40
@guedou
Copy link
Member

guedou commented Feb 15, 2026

Thanks for this PR. This looks good to me!

@guedou guedou added the bug label Feb 15, 2026
@codecov
Copy link

codecov bot commented Feb 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.10%. Comparing base (ded1d73) to head (8789985).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4922   +/-   ##
=======================================
  Coverage   80.10%   80.10%           
=======================================
  Files         370      370           
  Lines       91727    91727           
=======================================
+ Hits        73477    73481    +4     
+ Misses      18250    18246    -4     
Files with missing lines Coverage Δ
scapy/layers/dns.py 83.61% <100.00%> (ø)

... and 4 files with indirect coverage changes

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ClientSubnetv4 Calculates Address Length Incorrectly.

2 participants