Skip to content

Feature #853 direct traffic to pcap #107

Feature #853 direct traffic to pcap

Feature #853 direct traffic to pcap #107

Triggered via pull request June 6, 2024 02:05
Status Success
Total duration 58s
Artifacts

c-linter.yml

on: pull_request
cpp-linter
49s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
src/common/sendpacket.c:237:45 [readability-identifier-length]: src/common/sendpacket.c#L237
parameter name 'sp' is too short, expected at least 3 characters
src/common/sendpacket.c:467:5 [bugprone-branch-clone]: src/common/sendpacket.c#L467
switch has 2 consecutive identical branches
src/common/sendpacket.c:547:14 [performance-no-int-to-ptr]: src/common/sendpacket.c#L547
integer to pointer cast pessimizes optimization opportunities
src/common/sendpacket.c:557:22 [performance-no-int-to-ptr]: src/common/sendpacket.c#L557
integer to pointer cast pessimizes optimization opportunities
src/common/sendpacket.c:851:19 [readability-identifier-length]: src/common/sendpacket.c#L851
variable name 'sp' is too short, expected at least 3 characters
src/common/sendpacket.c:866:10 [performance-no-int-to-ptr]: src/common/sendpacket.c#L866
integer to pointer cast pessimizes optimization opportunities
src/tcpreplay_api.c:144:1 [readability-function-cognitive-complexity]: src/tcpreplay_api.c#L144
function 'tcpreplay_post_args' has cognitive complexity of 92 (threshold 25)
src/tcpreplay_api.c:355:13 [bugprone-branch-clone]: src/tcpreplay_api.c#L355
if with identical then and else branches