Merge pull request #111 from I2SAM7/tshark_cheatsheet_update

Adding a new command to the Tshark cheat-sheet
This commit is contained in:
Omar Santos 2023-04-02 12:19:47 -04:00 committed by GitHub
commit 238a022745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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