Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 243 Bytes

capture.md

File metadata and controls

22 lines (14 loc) · 243 Bytes

Capture with TSHARK

  1. Install tshark

    sudo apt install tshark
  2. List interfaces

    thshark -D
  3. capture interface

    tshark -i enp2s0 -f "host 192.168.1.116" -w capture.pcap
  4. 3