Filtering packets in Wireshark
When you open Wireshark, there is a Option for Filter on top. However, that doesn't seem to work.
Instead, go to Capture->Options.
Next, in the field adjacent to 'Capture Filter', type in the filter. This could be 'host 192.168.123.233' for example. The host command filters packets to/from the give ip.
Instead, go to Capture->Options.
Next, in the field adjacent to 'Capture Filter', type in the filter. This could be 'host 192.168.123.233' for example. The host command filters packets to/from the give ip.
use 'src ' for filtering packets which originate from a particular IP.
ReplyDelete