Add GetOrFindPrimaryProcess to correctly group process/threads

This commit is contained in:
Daniel
2019-04-26 15:17:44 +02:00
parent 78a0b3c1fb
commit 6495b4fe5f
4 changed files with 77 additions and 21 deletions

View File

@@ -2,7 +2,6 @@ package windowskext
import (
"encoding/binary"
"fmt"
"net"
"github.com/tevino/abool"
@@ -23,7 +22,7 @@ type VerdictRequest struct {
remoteIP [4]uint32 /* Destination Address */
localPort uint16 /* Source Port */
remotePort uint16 /* Destination port */
compartmentId uint32
compartmentID uint32
interfaceIndex uint32
subInterfaceIndex uint32
packetSize uint32