The following methods can be used to start capturing packets with Wireshark:
$ wireshark -i eth0 -k
This will start Wireshark capturing on interface eth0. More details can be found at Section 11.2, “Start Wireshark from the command line”.
eth0