Skip to content

feature: fix/recalculate header checksum for ipv6-frag(mentation) pac… #135

feature: fix/recalculate header checksum for ipv6-frag(mentation) pac…

feature: fix/recalculate header checksum for ipv6-frag(mentation) pac… #135

Triggered via pull request September 2, 2024 17:06
Status Success
Total duration 44s
Artifacts

c-linter.yml

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

Annotations

10 errors and 3 warnings
src/tcpr.h:145:5 [clang-diagnostic-error]: src/tcpr.h#L145
unknown type name 'uint16_t'
src/tcpr.h:146:5 [clang-diagnostic-error]: src/tcpr.h#L146
unknown type name 'uint16_t'
src/tcpr.h:157:5 [clang-diagnostic-error]: src/tcpr.h#L157
unknown type name 'uint8_t'
src/tcpr.h:158:5 [clang-diagnostic-error]: src/tcpr.h#L158
unknown type name 'uint8_t'
src/tcpr.h:164:5 [clang-diagnostic-error]: src/tcpr.h#L164
unknown type name 'uint16_t'
src/tcpr.h:173:5 [clang-diagnostic-error]: src/tcpr.h#L173
unknown type name 'uint8_t'
src/tcpr.h:174:5 [clang-diagnostic-error]: src/tcpr.h#L174
unknown type name 'uint8_t'
src/tcpr.h:177:5 [clang-diagnostic-error]: src/tcpr.h#L177
unknown type name 'uint16_t'
src/tcpr.h:186:5 [clang-diagnostic-error]: src/tcpr.h#L186
unknown type name 'uint8_t'
src/tcpedit/checksum.c:35:1 [readability-function-cognitive-complexity]: src/tcpedit/checksum.c#L35
function 'do_checksum' has cognitive complexity of 29 (threshold 25)
cpp-linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/