Wireshark Varianten

From
Revision as of 10:31, 27 January 2026 by 62.91.65.109 (talk) (Created page with "== Wireshark== == TShark == <pre> Kommandozeilenversion von Wireshark Key TShark Commands and Usage Install: sudo apt install wireshark (often required, supports Linux,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Wireshark[edit]

TShark[edit]

Kommandozeilenversion von Wireshark

Key TShark Commands and Usage

    Install: sudo apt install wireshark (often required, supports Linux, Mac, and Windows).
    List Interfaces: tshark -D to find the network interface name.
    Capture Traffic: sudo tshark -i eth0 (replace eth0 with interface).
    Save to File: sudo tshark -i eth0 -w output.pcap.
    Read/Analyze File: tshark -r input.pcap.
    Filter Traffic: tshark -Y "http.request.method == GET"


Termshark[edit]

Kommandozeilenversion von Wireshark mit GUI