I parse pcap file with scapy python , and there is TCP packet in that pcap that I want to know what is the answer of this pcaket, How can I do that?
For example : client and server TCP stream
client-> server : "hi" server-> client : "how are you"
When I get "hi" packet (with scapy) how can I get "how are you" ?