mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 21:15:28 +02:00
12 lines
290 B
Markdown
12 lines
290 B
Markdown
# 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}}`
|