I was trying to capture the traffic of my website
I opened a remote Machine , logged into my website .
Then from my windows machine , opened putty instance logged into that remote Machine
and issued the following command under putty
sudo tcpdump -n -s 1500 -X src host mywebsite.com
Please tell me why it is not dumping any data ??
I was surprised because the same command was working on Ubuntu Desktop Terminal but not inside GNU/Linux ??