How to filter by IP address in Wireshark?

前端 未结 8 680
青春惊慌失措
青春惊慌失措 2021-01-29 17:39

I tried dst==192.168.1.101 but only get :

Neither \"dst\" nor \"192.168.1.101\" are field or protocol names.

The following display filter isn\'t a          


        
8条回答
  •  滥情空心
    2021-01-29 18:32

    Other answers already cover how to filter by an address, but if you would like to exclude an address use

    ip.addr < 192.168.0.11

提交回复
热议问题