Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

Ipv4ProtocolType

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

UnknownIpv4ProtocolType

0

Unknown IPv4 protocol type.

Udp

1

UDP protocol.

Tcp

2

TCP protocol.