User guide

Using Diagnostic Tools
Chapter 17: Maintenance 351
EXAMPLE
The following filter string saves packets that both originate from IP address is
192.168.10.1 and are destined for port 80:
src 192.168.10.1 and dst port 80
dst
PURPOSE
The dst element captures all packets with a specific destination.
S
YNTAX
dst destination
PARAMETERS
destination
IP Address or String. The computer to which the packet is
sent. This can be the following:
An IP address
A host name
EXAMPLE
The following filter string saves packets that are destined for the IP address 192.168.10.1:
dst 192.168.10.1
dst port
PURPOSE
The dst port element captures all packets destined for a specific port.
S
YNTAX
dst port port
Note: This element can be prepended by tcp or udp. For information, see tcp on
page
356 and udp on page 357.