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