Zum Inhalt springen

Termshark: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „termshark - Terminal UI for tshark, inspired by Wireshark 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 • Co…“
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
termshark - Terminal UI for tshark, inspired by Wireshark
termshark - Terminal UI for tshark, inspired by Wireshark


== Beschreibung ==
Terminal UI for tshark, inspired by Wireshark  
Terminal UI for tshark, inspired by Wireshark  
    
    
Zeile 6: Zeile 8:
to scp it back to your desktop, termshark can help!
to scp it back to your desktop, termshark can help!


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


sudo apt install termshark
== Installation ==
<syntaxhighlight lang="bash" highlight="1" line copy>
sudo apt install termshark
</syntaxhighlight>


; Dateien
  /usr/bin/termshark
  /usr/bin/termshark
   
   
Zeile 27: Zeile 33:
   
   
  /usr/share/man/man1/termshark.1.gz
  /usr/share/man/man1/termshark.1.gz
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>
=== Optionen ===
{| class="wikitable sortable options gnu big"
|-
! Unix !! GNU !! Parameter !! Beschreibung
|-
| || || ||
|-
|}
=== Parameter ===
=== Umgebungsvariablen ===
=== Exit-Status ===
{| class="wikitable options col1center big"
|-
! Wert !! Beschreibung
|-
| 0 || Erfolg
|-
| >0  || Fehler
|}
== Anwendung ==
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>
<!-- output -->
<syntaxhighlight lang="bash" highlight="" line>
</syntaxhighlight>
=== Problembehebung ===
== Konfiguration ==
=== Dateien ===
{| class="wikitable options big"
|-
! Datei !! Beschreibung
|-
| ||
|-
| ||
|}
<noinclude>
== Anhang ==
=== Siehe auch ===
<div style="column-count:2">
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree>
</div>
----
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
=== Dokumentation ===
<!--
; Man-Page
# [https://manpages.debian.org/stable/procps/pgrep.1.de.html prep(1)]
; Info-Pages
-->
=== Links ===
==== Projekt ====
==== Weblinks ====
<!--
{{DEFAULTSORT:new}}
{{DISPLAYTITLE:new}}
-->
[[Kategorie:new]]
</noinclude>

Version vom 20. Februar 2026, 07:58 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

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