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

LL_VERSION_IND Subversion field should be little-endian #4662

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

XenoKovah
Copy link

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

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).

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!

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.

2 participants