Hi Team, I have taken TCP dump from Linux system & I want to analyze the dump with wireshark tool. plz help asked 06 Oct '16, 07:04 Vijay2016 |
One Answer:
Here are some very good resources to learn about network analysis. answered 07 Oct '16, 04:21 Jaap ♦ |
I think you need to be more specific with what you need help for. I guess you are skilled enough to open the dump file in Wireshark. What are you looking for? What's the problem?
How did you take the tcpdump? Using the -w flag you will get a capture file that you can open with wireshark example sudo tcpdump -w tcpdump.pcap -i interface
Hi Jasper & mrEEde,
We have taken tcp dump with out any condition from server ana I am able to open the dump through wireshark.I need a help , how to analyze in wireshark. Need some tips / trick if any for analysis.