[TCPIP] Implement enumerating UDP connections with owner PID

This commit is contained in:
Pierre Schweitzer 2018-11-24 21:09:17 +01:00
parent 2b55073360
commit 13de7f08af
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
3 changed files with 14 additions and 5 deletions

View file

@ -121,7 +121,8 @@ TDI_STATUS InfoTdiQueryGetConnectionTcpTable( PADDRESS_FILE AddrFile,
TDI_STATUS InfoTdiQueryGetConnectionUdpTable( PADDRESS_FILE AddrFile,
PNDIS_BUFFER Buffer,
PUINT BufferSize);
PUINT BufferSize,
BOOLEAN Extended);
TDI_STATUS InfoTdiSetRoute(PIP_INTERFACE IF,
PVOID Buffer,