Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

ProtocolConfiguration

Protocol configuration descriptor.

Defined in

This message is defined in the configuration_provider.proto file.

Syntax

message ProtocolConfiguration

{

uint64 hashId = 1;

string protocolType = 2;

string protocolName = 3;

repeated TransportAddress transportAddresses = 4;

DeviceAddress deviceAddress = 5;

}

Fields

The ProtocolConfiguration message has the following fields.

ProtocolConfiguration message fields

Rule Field

Type

Name

Tag

Description

 

uint64

hashId

1

Hash identifier of the protocol.

 

string

protocolType

2

Protocol type.

 

string

protocolName

3

Protocol name.

repeated

TransportAddress

transportAddresses

4

Transport address of the protocol.

 

DeviceAddress

deviceAddress

5

Device-specific address of the protocol.