Overview of Termshark
masterTermshark is a terminal user-interface (TUI) for tshark, inspired by Wireshark. It allows you to debug network traffic on remote machines with large pcap files without needing to transfer them locally.
Key features include:
- Reading pcap files or sniffing live interfaces (requires
tshark). - Filtering captures using Wireshark's display filters.
- Reassembling and inspecting TCP and UDP flows.
- Viewing network conversations by protocol.
- Copying packet ranges to the clipboard from the terminal.
- Single executable deployment (supports Linux, macOS, BSD, Android/Termux, and Windows).