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.
Wiresharkファイルにチェックサムエラーがあるかどうかを確認するコマンドを探しています。コマンドip.checksum_bad==1で実行できますが、これはアプリケーションGUIからのものです。
tshark -R 'ip.checksum_bad==1' -Vr file
トリックを行います...
tsharkのmanページを参照してください。