Skip to content

v4 processing fix

v4 processing fix #93

Triggered via pull request September 10, 2025 18:59
Status Failure
Total duration 6m 36s
Artifacts

golangci-lint.yaml

on: pull_request
Matrix: Lint
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Lint (windows, arm64)
issues found
Lint (windows, arm64): pkg/plugin/ebpfwindows/parser_windows.go#L279
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"decode layers failed for unsupported packet type %d, data: %v\", pdn.PktmonHeader.Metadata.PacketType, data[packetOffset:])" (err113)
Lint (windows, arm64): pkg/plugin/ebpfwindows/parser_windows.go#L276
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"decode layers failed for unsupported IP packet type starting with %d, data: %v\", data[packetOffset], data[packetOffset:])" (err113)
Lint (windows, amd64)
issues found
Lint (windows, amd64): pkg/plugin/ebpfwindows/parser_windows.go#L279
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"decode layers failed for unsupported packet type %d, data: %v\", pdn.PktmonHeader.Metadata.PacketType, data[packetOffset:])" (err113)
Lint (windows, amd64): pkg/plugin/ebpfwindows/parser_windows.go#L276
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"decode layers failed for unsupported IP packet type starting with %d, data: %v\", data[packetOffset], data[packetOffset:])" (err113)