Hi All I am not a networking nerd. But I am trying to capture and play back thick windows client <--> server interactions.(TCP/IP and ODBC). Basically i want to capture client server interactions and use them to play back within multiple threads to simulate concurrent user sessions of the client server interaction. Is it possible to use wireshark for this? Thanks asked 14 Mar '13, 15:43 Wireshark4Noopy edited 15 Mar '13, 04:15 |
2 Answers:
Not with Wireshark. Wireshark is a packet analysis tool and does not have any replay capabilities. Wireshark can capture traffic that could be used by other tools to replay the interactions. answered 14 Mar '13, 16:21 grahamb ♦ |
Wireshark can't do this, but other tools are available: answered 15 Mar '13, 04:10 SYN-bit ♦♦ |
Are there other tools with capure and replay capabilities of the TCP/ip traffic?