TSHARK

TShark is considered a CLI version of Wireshark and shares the same display filters. it is often preferred over Wireshark when handling large packet captures (PCAPs) over a gigabyte in size. it has several advantages over Wireshark including processing packets in a streaming fashion to reduce memory usage, integration with scripts for automation, operates faster without GUI overhead, and allows on-the-fly packet filtering to improve efficiency.

COMMON PARAMETERS

VERSION INFO

COLORIZED OUTPUT

this help analysts speed up analysis and spot anomalies quickly by using Wireshark-style packet highlighting

Last updated