Wireshark Varianten

From
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