Skip to content

Commit dfd7c46

Browse files
authored
Merge pull request #57 from LakshK98/test-protoc
protoc test
2 parents fff65a4 + 634e70b commit dfd7c46

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)