Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am looking for a way to capture tcp traffic. This is ethernet data sent to an industrial control by PC software. Software engineer is not around to talk with. If I can capture the tcp stuff (it's just ascii) I can understand the codes back and forth. Traffic exchanged is very minimal and we control exactly when it is sent/received.
Posted

1 solution

If you want to just capture and see the data on a specific port, use Wireshark[^]. Or if you want to create a program that captures specific TCP traffic, use Winpcap[^] library.
 
Share this answer
 
Comments
Albert Holguin 9-Jun-11 0:32am    
pretty much sums it up, my 5... wireshark is an excellent tool..
HimanshuJoshi 9-Jun-11 9:33am    
Thanks.
Albert Holguin 9-Jun-11 10:48am    
thank wireshark... :p
HimanshuJoshi 9-Jun-11 11:13am    
:)

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