💾 Archived View for freeshell.de › tldr › tcpdump.gmi captured on 2023-09-28 at 16:57:59. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Dump traffic on a network.
tcpdump -D
tcpdump -i {eth0}
tcpdump -A tcp
tcpdump host {www.example.com}
tcpdump -i {eth0} src {192.168.1.1} and dst {192.168.1.2} and dst port {80}
tcpdump net {192.168.1.0/24}
tcpdump -w {dumpfile.pcap} port not {22}
tcpdump -r {dumpfile.pcap}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).