Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Data Fields:
Field |
Description |
Example |
Ethernet.Address | Filter on an address in either direction, source or destination. | Ethernet.Address==0x123456AABBCC |
Ethernet.SourceAddress | Represents the source address and is useful for filtering for traffic from a specific source. | Ethernet.SourceAddress==0x123456AABBCC |
Ethernet.DestinationAddress | Represents the destination address and is useful for filtering for traffic to a specific destination. | Ethernet.DestinationAddress==0x123456AABBCC |
Properties:
Property | Description | Example |
Destination | Contains the top most protocols source address. So if Ethernet is the last protocol with an address, Property.Destination will contain the string representation of that address. This is the same property used to populate the Source column in the UI. | Destination.Contains("123456") |
Source | Similar to Destination | Source.Contains("123456") |