> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/wifi-coconut/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/wifi-coconut/capture-files/wireshark-and-tshark.md).

# Wireshark & Tshark

Wireshark is the premier tool for analyzing PCAP, PCAP-NG, and other files.

It is available for all platforms - Linux, macOS, and Windows.  It is free, and open source.

You can learn more about Wireshark and download it from <https://www.wireshark.org> !

Wireshark can open the pcap file generated by the WiFi Coconut, or you can export live packets to the Wireshark command line companion, Tshark to view it live in the console.

```
sudo wifi_coconut --no-display --pcap=- | tshark -r -
```
