IP protocol types.
Defined in
This enumeration is defined in the event_provider.proto
file.
Syntax
enum Ipv4ProtocolType
{
UnknownIpv4ProtocolType = 0;
Udp = 1;
Tcp = 2;
}
Values
This enumeration defines the following values.
IpProtocolType enumeration values
Name |
Value |
Description |
---|---|---|
|
|
Unknown IPv4 protocol type. |
|
|
UDP protocol. |
|
|
TCP protocol. |