Skip to content

Conversation

@XenoKovah
Copy link
Contributor

The Subversion field of LL_VERSION_IND is little-endian (like most other fields). However currently it's being parsed as big-endian. This change fixes the definition to be little-endian.

image

@codecov
Copy link

codecov bot commented Feb 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.56%. Comparing base (c15a670) to head (b3122bf).
Report is 13 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4662      +/-   ##
==========================================
- Coverage   81.55%   78.56%   -3.00%     
==========================================
  Files         359      334      -25     
  Lines       86557    81357    -5200     
==========================================
- Hits        70592    63918    -6674     
- Misses      15965    17439    +1474     
Files with missing lines Coverage Δ
scapy/layers/bluetooth4LE.py 96.86% <ø> (-0.01%) ⬇️

... and 286 files with indirect coverage changes

@guedou
Copy link
Member

guedou commented Feb 9, 2025

Thanks for the PR!

Copy link
Member

@gpotter2 gpotter2 left a comment

Choose a reason for hiding this comment

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

Thanks for the PR & sorry for the delay.
It's nicer to have unit tests when fixing bugs, although for the size of this one it's alright.

@gpotter2 gpotter2 merged commit 20a3468 into secdev:master Mar 5, 2025
23 of 24 checks passed
@gpotter2 gpotter2 added this to the 2.7.0 milestone Nov 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants