Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class is the event type class for TCP/IP events.
The following syntax is simplified from MOF code.
Syntax
[EventType{10, 11, 12, 13, 14, 15}, EventTypeName{"Send", "Recv", "Connect", "Disconnect", "Retransmit", "Accept"}]
class TcpIp_V0_TypeGroup1 : TcpIp_V0
{
object daddr;
object saddr;
object dport;
object sport;
uint32 size;
uint32 PID;
};
Members
The TcpIp_V0_TypeGroup1 class has these types of members:
Properties
The TcpIp_V0_TypeGroup1 class has these properties.
-
daddr
-
-
Data type: object
-
Access type: Read-only
-
Qualifiers: WmiDataId(1), Extension("IPAddr")
Destination IP address.
-
-
dport
-
-
Data type: object
-
Access type: Read-only
-
Qualifiers: WmiDataId(3), Extension("Port")
Destination port number.
-
-
PID
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(6)
Identifier of the process associated with the request.
-
-
saddr
-
-
Data type: object
-
Access type: Read-only
-
Qualifiers: WmiDataId(2), Extension("IPAddr")
Source IP address.
-
-
size
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(5)
Size of the packet.
-
-
sport
-
-
Data type: object
-
Access type: Read-only
-
Qualifiers: WmiDataId(4), Extension("Port")
Source port number.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
None supported |
See also