You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I run it, I expect to see in the remote pcap the whole TCP Communication of the test, however sometimes the last packets are missing.
Here the "FIN-ACK, ACK" packets from remote_0_0.pcap are not gathered:
I runned tshark at the same time, here's what I expect to see at the end of the pcap: remote_0_0.pcap
See the attached zip file to reproduced the error, note that it is not deterministic. The nfqueue seems to be closed before the last packets are processed. expected.pcap fragscapy_packet_loss.zip
The text was updated successfully, but these errors were encountered:
Here's my configuration file:
myconf.json
Here's my python script:
script.py
Once I run it, I expect to see in the remote pcap the whole TCP Communication of the test, however sometimes the last packets are missing.
Here the "FIN-ACK, ACK" packets from remote_0_0.pcap are not gathered:
I runned tshark at the same time, here's what I expect to see at the end of the pcap:
remote_0_0.pcap
See the attached zip file to reproduced the error, note that it is not deterministic. The nfqueue seems to be closed before the last packets are processed.
expected.pcap
fragscapy_packet_loss.zip
The text was updated successfully, but these errors were encountered: