scapy
scapy copied to clipboard
RTPS vendor name fix
Renamed vendor from ADLINK to Eclipse in the RTPS contribution layer.
Codecov Report
Merging #3500 (9b6fa3c) into master (34c5f60) will increase coverage by
86.28%. The diff coverage isn/a.
:exclamation: Current head 9b6fa3c differs from pull request most recent head 4d2ea10. Consider uploading reports for the commit 4d2ea10 to get more accurate results
@@ Coverage Diff @@
## master #3500 +/- ##
===========================================
+ Coverage 0 86.28% +86.28%
===========================================
Files 0 281 +281
Lines 0 63208 +63208
===========================================
+ Hits 0 54540 +54540
- Misses 0 8668 +8668
| Impacted Files | Coverage Δ | |
|---|---|---|
| scapy/contrib/gtp.py | 91.83% <0.00%> (ø) |
|
| scapy/contrib/portmap.py | 97.14% <0.00%> (ø) |
|
| scapy/layers/usb.py | 71.54% <0.00%> (ø) |
|
| scapy/layers/rip.py | 96.29% <0.00%> (ø) |
|
| scapy/layers/isakmp.py | 89.11% <0.00%> (ø) |
|
| scapy/contrib/automotive/obd/__init__.py | 100.00% <0.00%> (ø) |
|
| scapy/layers/mgcp.py | 100.00% <0.00%> (ø) |
|
| scapy/layers/zigbee.py | 79.85% <0.00%> (ø) |
|
| scapy/contrib/bp.py | 77.77% <0.00%> (ø) |
|
| scapy/layers/dhcp6.py | 63.22% <0.00%> (ø) |
|
| ... and 271 more |
Thanks for this PR. I am not familiar with RTPS, could you add some context to this change?
Fixed in https://github.com/secdev/scapy/pull/4159