I am working with VPN android service. Because of that service I need to handle all network traffic on the system. Sometimes something goes wrong, so I started wondering about creating testing mechanism, which could emulate real network, based on recorded earlier pcap files.
Is is possible? Which tools should I use?