Hi <br>
<br>
I have to capture network traffic between an appliance and content
server using tcpdump command and then dump to a file and read and
decode it using wireshark<br>
<br>
How do i proceed <br>
<br>
I have used tcpdump -i eth0 -s 1500 -w dump src host <a href="http://192.168.0.1">192.168.0.1</a> and dst host <a href="http://www.example.com">www.example.com</a><br>
<br>
when i read the dump capture file using wireshark i could only see
packets being sent from src host to destination host, I could not see
any packets being sent from destination host to src host.<br>
<br>
Please let me know what I am doing wrong.<br>
<br>
Thanks and Regards<br>
<br>
Kaushal