tshark | Check traffic on default interface

by pocc
macOS ◆ xterm-256color ◆ bash 1516 views

ping 8.8.8.8 >/dev/null & tshark --color -f "temp"

This command will test whether the default interface (tshark -D | head -n1) is capturing the pings being sent. If there is no output, explicitly choose the interface traffic is going on.

More by pocc

Scapy is Easy! 00:50

by pocc

randpkt usage 01:05

by pocc

Editing hex in emacs 00:54

by pocc

See all