Network Monitor IPv4 Filtering
Data Fields:
Field |
Description |
Example |
IPv4.Address | Filter on an address in either direction, source or destination. | IPv4.Address==192.168.1.1 |
IPv4.SourceAddress | Represents the source address and is useful for filtering for traffic from a specific source. | IPv4.SourceAddress==192.168.1.1 |
IPv4.DestinationAddress | Represents the destination address and is useful for filtering for traffic to a specific destination. | IPv4.DestinationAddress==192.168.2.2 |
IPv4.PayloadLength | The entire length of the IP payload. | IPv4.PayloadLength == 0 |
Properties:
Property | Description | Example |
Destination | Contains the top most protocols source address. So if IPv4 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=="192.168.2.2" |
Source | Similar to Destination | Source.Contains("192.") |
IPPayloadLength | Represents the IP Payload Size in bytes | IPPayloadLength > 1000 |