• Tryin to capture my host machine gmail.com traffic only

    From MAK@21:1/5 to All on Thu Jul 25 08:46:45 2019
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jorgen Grahn@21:1/5 to MAK on Thu Jul 25 19:01:49 2019
    On Thu, 2019-07-25, MAK wrote:
    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 .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)