1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 13:15:25 +02:00
tldr/pages/linux/termshark.md

13 lines
290 B
Markdown
Raw Normal View History

2025-06-13 07:09:29 +03:00
# 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}}`