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 |
---|---|---|---|
|
|
|
Source MAC address. |
|
|
|
Source port. |
|
|
|
Source IP address. |
|
|
|
Destination MAC address. |
|
|
|
Destination port. |
|
|
|
Destination IP address. |
|
|
Ethernet protocol type. |
|
|
|
IPv4 protocol type. |
|
|
|
|
Virtual LAN (VLAN) identifier. |