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

Correctly raise on bad filter #4241

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

gpotter2
Copy link
Member

fix #4209

Copy link

codecov bot commented Jan 31, 2024

Codecov Report

Merging #4241 (30298a7) into master (277f31e) will increase coverage by 30.76%.
The diff coverage is 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #4241       +/-   ##
===========================================
+ Coverage   51.02%   81.78%   +30.76%     
===========================================
  Files         324      331        +7     
  Lines       71345    76622     +5277     
===========================================
+ Hits        36406    62669    +26263     
+ Misses      34939    13953    -20986     
Files Coverage Δ
scapy/arch/bpf/supersocket.py 71.64% <100.00%> (+71.64%) ⬆️
scapy/arch/libpcap.py 75.24% <100.00%> (+38.81%) ⬆️
scapy/arch/linux.py 84.79% <100.00%> (+84.79%) ⬆️

... and 249 files with indirect coverage changes

@gpotter2 gpotter2 added this to the 2.6.0 milestone Feb 1, 2024
@polybassa polybassa merged commit 1587028 into secdev:master Feb 5, 2024
22 checks passed
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.

sniff() silently ignores invalid filters on version 2.5.0
2 participants