Skip to content

add -w output.pcap command line option to direct the output to a pcap #75

add -w output.pcap command line option to direct the output to a pcap

add -w output.pcap command line option to direct the output to a pcap #75

Re-run triggered June 3, 2024 00:50
Status Failure
Total duration 1m 16s
Artifacts

c-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
cpp-linter
Process completed with exit code 1.
src/common/sendpacket.c:506:14 [performance-no-int-to-ptr]: src/common/sendpacket.c#L506
integer to pointer cast pessimizes optimization opportunities
src/common/sendpacket.c:516:22 [performance-no-int-to-ptr]: src/common/sendpacket.c#L516
integer to pointer cast pessimizes optimization opportunities
src/common/sendpacket.c:796:19 [readability-identifier-length]: src/common/sendpacket.c#L796
variable name 'sp' is too short, expected at least 3 characters
src/common/sendpacket.c:811:10 [performance-no-int-to-ptr]: src/common/sendpacket.c#L811
integer to pointer cast pessimizes optimization opportunities
src/common/sendpacket.c:1288:5 [bugprone-branch-clone]: src/common/sendpacket.c#L1288
if with identical then and else branches
src/tcpreplay_api.c:144:1 [readability-function-cognitive-complexity]: src/tcpreplay_api.c#L144
function 'tcpreplay_post_args' has cognitive complexity of 85 (threshold 25)
cpp-linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.