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

Which is best tool for network traffic dumping, reading the same and again sending it back to the network

0

Hiii,

I had an application (basically a server) that has to accept large amount of data filled in different2 structures from multiple clients for UDP packets.I want to dump this data in such a format that is easy to read back from that file and again send it back to the server, ( I MAY SAY A RECORD AND REPLAY TYPE MODULE).

Which tool is suitable for do the same and also that run in the backgound along in the application

thanks in advance, monz

asked 03 Dec '12, 01:56

monz's gravatar image

monz
1222
accept rate: 0%

edited 03 Dec '12, 08:29

grahamb's gravatar image

grahamb ♦
19.8k330206


One Answer:

0

You can capture the traffic with tcpdump, dumpcap or tshark/wireshark (which in fact also use dumpcap). As a replay tool you could use bittwist, tcpreplay, or maybe ostinato, see http://code.google.com/p/ostinato/

answered 03 Dec '12, 03:03

Jasper's gravatar image

Jasper ♦♦
23.8k551284
accept rate: 18%

thanx for your reply......:-)

(03 Dec '12, 20:23) monz