Files
cheatsheet-tldr/tldr/linux/termshark
2025-06-14 00:19:47 +00:00

18 lines
382 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# termshark
> Terminal UI for `tshark`, but looks more like `wireshark`.
> More information: <https://github.com/gcla/termshark/blob/master/docs/UserGuide.md>.
- Monitor the default network interface:
`sudo termshark`
- Specify the interface to monitor:
`sudo termshark {{interface}}`