Skip to content

Bug #703 #844 PR #846: optionally fix packet header length --fixhdrlen #85

Bug #703 #844 PR #846: optionally fix packet header length --fixhdrlen

Bug #703 #844 PR #846: optionally fix packet header length --fixhdrlen #85

Triggered via pull request June 2, 2024 04:12
Status Success
Total duration 41s
Artifacts

c-linter.yml

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

Annotations

10 errors and 5 warnings
lib/sll.h:90:5 [clang-diagnostic-error]: lib/sll.h#L90
unknown type name 'u_int16_t'
lib/sll.h:91:5 [clang-diagnostic-error]: lib/sll.h#L91
unknown type name 'u_int16_t'
lib/sll.h:92:5 [clang-diagnostic-error]: lib/sll.h#L92
unknown type name 'u_int16_t'
lib/sll.h:93:5 [clang-diagnostic-error]: lib/sll.h#L93
unknown type name 'u_int8_t'
lib/sll.h:94:5 [clang-diagnostic-error]: lib/sll.h#L94
unknown type name 'u_int16_t'
lib/sll.h:103:5 [clang-diagnostic-error]: lib/sll.h#L103
unknown type name 'u_int16_t'
lib/sll.h:104:5 [clang-diagnostic-error]: lib/sll.h#L104
unknown type name 'u_int16_t'
lib/sll.h:105:5 [clang-diagnostic-error]: lib/sll.h#L105
unknown type name 'u_int32_t'
lib/sll.h:106:5 [clang-diagnostic-error]: lib/sll.h#L106
unknown type name 'u_int16_t'
lib/sll.h:107:5 [clang-diagnostic-error]: lib/sll.h#L107
unknown type name 'u_int8_t'
src/replay.c:117:1 [readability-function-cognitive-complexity]: src/replay.c#L117
function 'replay_file' has cognitive complexity of 31 (threshold 25)
src/replay.c:205:1 [readability-function-cognitive-complexity]: src/replay.c#L205
function 'replay_two_files' has cognitive complexity of 55 (threshold 25)
src/tcpedit/tcpedit.c:47:1 [readability-function-cognitive-complexity]: src/tcpedit/tcpedit.c#L47
function 'tcpedit_packet' has cognitive complexity of 101 (threshold 25)
src/tcpedit/tcpedit.c:323:29 [bugprone-branch-clone]: src/tcpedit/tcpedit.c#L323
repeated branch in conditional chain
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/.