Zum Inhalt springen

Termshark: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Zeile 35: Zeile 35:
== Aufruf ==
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line copy>
<syntaxhighlight lang="bash" highlight="1" line copy>
sudo termshark [Optionen]
</syntaxhighlight>
</syntaxhighlight>



Version vom 20. Februar 2026, 08:01 Uhr

termshark - Terminal UI for tshark, inspired by Wireshark

Beschreibung

Terminal UI for tshark, inspired by Wireshark

If you're debugging on a remote machine with a large pcap and no desire to scp it back to your desktop, termshark can help!

Features
  • Read pcap files or sniff live interfaces (where tshark is permitted)
  • Inspect each packet using familiar Wireshark-inspired views
  • Filter pcaps or live captures using Wireshark's display filters
  • Copy ranges of packets to the clipboard from the terminal
  • Written in Go, compiles to a single executable on each platform

Installation

sudo apt install termshark
Dateien
/usr/bin/termshark

/usr/share/doc/termshark/FAQ.md.gz
/usr/share/doc/termshark/Maintainer.md
/usr/share/doc/termshark/Packages.md
/usr/share/doc/termshark/UserGuide.md.gz
/usr/share/doc/termshark/changelog.Debian.amd64.gz
/usr/share/doc/termshark/changelog.Debian.gz
/usr/share/doc/termshark/changelog.gz
/usr/share/doc/termshark/copyright

/usr/share/man/man1/termshark.1.gz

Aufruf

sudo termshark [Optionen]

Optionen

Unix GNU Parameter Beschreibung

Parameter

Umgebungsvariablen

Exit-Status

Wert Beschreibung
0 Erfolg
>0 Fehler

Anwendung

Problembehebung

Konfiguration

Dateien

Datei Beschreibung


Anhang

Siehe auch



Dokumentation

Links

Projekt

Weblinks