Skip to content

Feature #853 direct traffic to pcap #124

Feature #853 direct traffic to pcap

Feature #853 direct traffic to pcap #124

Triggered via pull request June 29, 2024 16:17
Status Success
Total duration 44s
Artifacts

c-linter.yml

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

Annotations

2 errors and 10 warnings
src/common/list.c:52:9 [bugprone-branch-clone]: src/common/list.c#L52
if with identical then and else branches
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:543:14 [performance-no-int-to-ptr]: src/common/sendpacket.c#L543
integer to pointer cast pessimizes optimization opportunities
src/common/sendpacket.c:548:22 [performance-no-int-to-ptr]: src/common/sendpacket.c#L548
integer to pointer cast pessimizes optimization opportunities
src/common/sendpacket.c:843:19 [readability-identifier-length]: src/common/sendpacket.c#L843
variable name 'sp' is too short, expected at least 3 characters
src/common/sendpacket.c:858:10 [performance-no-int-to-ptr]: src/common/sendpacket.c#L858
integer to pointer cast pessimizes optimization opportunities