scapy
scapy copied to clipboard
Add ISOTP logger
Add individual logger for the isotp layer
Codecov Report
Merging #3701 (4e39f38) into master (08b1f9d) will increase coverage by
0.01%
. The diff coverage is61.11%
.
@@ Coverage Diff @@
## master #3701 +/- ##
==========================================
+ Coverage 86.11% 86.12% +0.01%
==========================================
Files 296 296
Lines 67286 67290 +4
==========================================
+ Hits 57942 57954 +12
+ Misses 9344 9336 -8
Impacted Files | Coverage Δ | |
---|---|---|
scapy/contrib/isotp/__init__.py | 61.90% <ø> (ø) |
|
scapy/contrib/isotp/isotp_soft_socket.py | 83.26% <14.28%> (+0.03%) |
:arrow_up: |
scapy/contrib/isotp/isotp_scanner.py | 93.25% <88.88%> (+0.65%) |
:arrow_up: |
scapy/contrib/isotp/isotp_utils.py | 92.51% <100.00%> (+0.08%) |
:arrow_up: |
scapy/arch/windows/__init__.py | 67.73% <0.00%> (-0.57%) |
:arrow_down: |
scapy/automaton.py | 74.35% <0.00%> (+0.11%) |
:arrow_up: |
scapy/supersocket.py | 60.36% <0.00%> (+0.30%) |
:arrow_up: |
scapy/layers/l2.py | 76.71% <0.00%> (+0.68%) |
:arrow_up: |
scapy/sendrecv.py | 86.50% <0.00%> (+0.76%) |
:arrow_up: |
retrigger to get results from OSX machines
@gpotter2 Can this PR get merged please?