This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How can i capture and play back thick windows client server interactions

0

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's gravatar image

Wireshark4Noopy
11114
accept rate: 0%

edited 15 Mar '13, 04:15


2 Answers:

2

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's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

Are there other tools with capure and replay capabilities of the TCP/ip traffic?

(15 Mar '13, 04:04) Wireshark4Noopy

1

Wireshark can't do this, but other tools are available:

answered 15 Mar '13, 04:10

SYN-bit's gravatar image

SYN-bit ♦♦
17.1k957245
accept rate: 20%