Hi, I want to be able to capture packets in a file, edit out certain packets and "replay" the traffic ie simulate as if the traffic was happening in reality - is this possible ? Thanks. asked 20 Dec '10, 09:02 codie9002 |
One Answer:
Sure, use Wireshark to capture your traffic, mark the packets you don't want and save it with these packets suppressed. Then use tools like TCPreplay to playout the capture file. answered 20 Dec '10, 14:56 Jaap ♦ |
And my 2 cents: do not reply captured traffic into a live production environment ;-)