diff --git a/cheat_sheets/tshark-cheat-sheet.md b/cheat_sheets/tshark-cheat-sheet.md index 96cd8cb..fe93958 100644 --- a/cheat_sheets/tshark-cheat-sheet.md +++ b/cheat_sheets/tshark-cheat-sheet.md @@ -1,10 +1,15 @@ # Tshark Cheat Sheet +## List interfaces on which Tshark can capture +``` +tshark -D +``` ## Capture Packets with Tshark ``` tshark -i eth0 -w capture-file.pcap ``` + ## Read a Pcap with Tshark ``` tshark -r capture-file.pcap