Skip to content

Commit 634e70b

Browse files
committed
protoc test
1 parent fff65a4 commit 634e70b

3 files changed

Lines changed: 483 additions & 912 deletions

File tree

pkg/plugin/ebpfwindows/parser_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func (p *Parser) decode(data []byte, decoded *pb.Flow) error {
222222
// Fill relevant fields for dropNotify from pktmonNotify struct
223223
dn = &DropNotify{}
224224

225-
eventSubType = pdn.PktmonHeader.Metadata.DropReason
225+
eventSubType = pdn.PktmonHeader.Metadata.DropReason + 1000
226226
if offset > uint(MaxInt) {
227227
return fmt.Errorf("%w: %d", errDataOffsetTooLarge, offset)
228228
}

0 commit comments

Comments
 (0)