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

Change ID field to use little-endian byte order #4629

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

satveerbrar
Copy link
Contributor

Change encode/decode using little-endian. Duration values now match with Wireshark.

fixes #4624

Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.66%. Comparing base (a28d74a) to head (e4ec015).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4629      +/-   ##
==========================================
- Coverage   81.39%   80.66%   -0.73%     
==========================================
  Files         359      341      -18     
  Lines       86052    85781     -271     
==========================================
- Hits        70045    69199     -846     
- Misses      16007    16582     +575     
Files with missing lines Coverage Δ
scapy/layers/dot11.py 91.23% <ø> (-0.02%) ⬇️

... and 273 files with indirect coverage changes

@gpotter2
Copy link
Member

gpotter2 commented Jan 3, 2025

Thanks for the PR ! Would you mind adding a unit test ?
Cheers

@satveerbrar
Copy link
Contributor Author

@gpotter2 Can you review unit test?

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.

Dot11 duration field wrong endianness
2 participants