I captured some HTTP POST requests, and want to send them again. How to do it? Googling didn't yield any easy way not involving some complex stuff resulting in a script being able to send only this specific request, without any flexibility.
You might look into tcpreplay.
It's great for replaying entire streams of traffic captured by Wireshark or tcpdump in libpcap format.