Discussion:
Tryin to capture my host machine gmail.com traffic only
(too old to reply)
MAK
2019-07-25 15:46:45 UTC
Permalink
Hello Friends,
I am trying to capture my host machine packets when I am sending email from my gmail ID. I am using the following command

sudo tcpdump -i enp0s3 dst host 192.168.10.24 gmail.com

but it is giving me the syntax error. Please help me to correct this equation

Thanks
Jorgen Grahn
2019-07-25 19:01:49 UTC
Permalink
Hello Friends, I am trying to capture my host machine packets when I
am sending email from my gmail ID. I am using the following command
sudo tcpdump -i enp0s3 dst host 192.168.10.24 gmail.com
but it is giving me the syntax error. Please help me to correct this equation
Check the documentation for 'dst host'. The syntax is 'dst host
<host>', but you write 'dst host 192.168.10.24 gmail.com'.

/Jorgen
--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .
Loading...