scapy
scapy copied to clipboard
ISOTPNativeSocket improvements
This PR update the ISOTPNativeSocket to store all arguments as internal variables for easier serialization. Also some docstrings to SuperSockets are added
Codecov Report
Attention: Patch coverage is 4.34783% with 22 lines in your changes are missing coverage. Please review.
Project coverage is 82.20%. Comparing base (
9dcee45) to head (8c6ad37).
Additional details and impacted files
@@ Coverage Diff @@
## master #4363 +/- ##
==========================================
+ Coverage 81.48% 82.20% +0.71%
==========================================
Files 353 353
Lines 83607 83618 +11
==========================================
+ Hits 68130 68740 +610
+ Misses 15477 14878 -599
| Files | Coverage Δ | |
|---|---|---|
| scapy/contrib/isotp/isotp_soft_socket.py | 85.50% <ø> (-0.19%) |
:arrow_down: |
| scapy/supersocket.py | 73.68% <ø> (ø) |
|
| scapy/contrib/isotp/isotp_native_socket.py | 41.17% <4.34%> (-2.22%) |
:arrow_down: |
@gpotter2 can this one get merged?