Click here to Skip to main content
15,886,798 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Does anyone know how to plot LAN data that is received with Wireshark?


Thank u for giving me fast response.I am capturing lan data using winpcap and i ma storing all data into file. myproblem is now that i have to plot a graph with x-axis and y-axis(-ve coordinates also) with the "data" present in each and every packet. Is it posible to represent the lan data in such a manner??

I am having pcap file that i have recived from wireshark.

My actual requirement is :

for suppose the packet i had is "tcp". I have to take only the "payload" of the packet and using that payload i have to plot.I am not getting any idea how to do this. Please give me any suggestions.

Sorry for late response bcoz i am out of station.If there are mistakes please excuse me bcoz i am new to networking and "codeproject" also.
Posted
Updated 25-May-10 20:18pm
v5

For cryin' pout loud, you gotta be a lot more specific. HOW do you want to plot it? What kind of data are we talking about? Find a free charting library and use the damn thing.
 
Share this answer
 
Thank u for giving me fast response.I am capturing lan data using winpcap and i ma storing all data into file. myproblem is now that i have to plot a graph with x-axis and y-axis(-ve coordinates also) with the "data" present in each and every packet. Is it posible to represent the lan data in such a manner??
 
Share this answer
 
Well done! JSOP asked you to clarify what data you are trying to plot, and rather than edit your question with some extra information you decided to add an answer comprising your original question.

I think the real answer to your question is "Yes, it is possible". However, you will have to figure out how it is possible, and what methods to use. You could do worse than to start by Googling "charting tool lan data".
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900