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.


Comments

  1. use 'src ' for filtering packets which originate from a particular IP.

    ReplyDelete

Post a Comment

Popular posts from this blog

endmenu in different file than menu?

Multi Threading in Android

A binary with debug symbols with the Android NDK