smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.64k stars 404 forks source link

fix(pcap): IEEE802.15.4 without FCS pcap link type #874

Closed thvdveld closed 6 months ago

thvdveld commented 6 months ago

Since smoltcp does not generate the FCS, the pcap link type should be set to IEEE802.15.4 without FCS.

codecov[bot] commented 6 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (c647a32) 79.74% compared to head (5a94a32) 79.74%.

Files Patch % Lines
src/phy/pcap_writer.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #874 +/- ## ======================================= Coverage 79.74% 79.74% ======================================= Files 78 78 Lines 28137 28137 ======================================= Hits 22439 22439 Misses 5698 5698 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.