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.
既存の .cap ファイルにフィルターを適用する方法 だから私は.capファイルを持っていて、特定の1つのIPを除外したいのですが、そのためのコマンドは何ですか. 私はwiresharkを使用しています。
ありがとう
ip.addr == 127.15.16.13
ip.src==.....またはip.dst==..が必要になる場合があります。
その後、[ファイル]->[名前を付けて保存]->[パケット範囲]->[表示]を選択して、フィルタリングされたパケットを保存できます。