IP filter on .cap file

╄→гoц情女王★ 提交于 2019-12-13 08:26:39

问题


how to apply filter on an existing .cap file ? so i have a .cap file and want to filter out one particular IP , what is the command for that . I am using wireshark .

Thanks


回答1:


ip.addr == 127.15.16.13

Sometimes you may need ip.src == ..... or ip.dst == ...

After that you may save filtered packets by selecting File->Save As->Packet Range->Displayed



来源:https://stackoverflow.com/questions/11671742/ip-filter-on-cap-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!