Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以前にキャプチャされた通信の一部である外部 IP アドレスの数を確認するために、wireshark を使用しようとしています。フィルターまたは統計メニューを使用してこれを見つける方法はありますか?
コマンドラインはあなたの友達です:
$ tshark -r dump.pcap | awk '{ print $3 }' | sort | uniq -c 602 a.b.c.d 7 A.B.C.D 669 W.X.Z.Y
GUI ユーザーはメニュー オプションを使用する必要があります。
Statistics->Endpoints