Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

FixedNetworkAddress

Transport layer network address descriptor.

Defined in

This message is defined in the event_provider.proto file.

Syntax

message FixedNetworkAddress

{

string srcMac = 1;

string srcPort = 2;

string srcIp = 3;

string dstMac = 4;

string dstPort = 5;

string dstIp = 6;

EthernetProtocolType etherType = 7;

Ipv4ProtocolType ipv4Type = 8;

string vlanId = 9;

}

Fields

This message has the following fields.

FixedNetworkAddress message fields

Type

Name

Tag

Description

string

srcMac

1

Source MAC address.

string

srcPort

2

Source port.

string

srcIp

3

Source IP address.

string

dstMac

4

Destination MAC address.

string

dstPort

5

Destination port.

string

dstIp

6

Destination IP address.

EthernetProtocolType

etherType

7

Ethernet protocol type.

Ipv4ProtocolType

ipv4Type

8

IPv4 protocol type.

string

vlanId

9

Virtual LAN (VLAN) identifier.