Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

处理时什么类型的包会被过滤掉? #18

Open
plutolive opened this issue Mar 14, 2024 · 2 comments
Open

处理时什么类型的包会被过滤掉? #18

plutolive opened this issue Mar 14, 2024 · 2 comments

Comments

@plutolive
Copy link

例如对一条流(总共140个packet)进行处理时,用scapy会把每个packet都涵盖进去,但是flowcontainer处理完后使用ip_lengths只显示了97个packet,这个流中存在一些TCP Previous segment not captured,TCP Out-Of-Order,TCP重传包,有哪些包是不会被flowcotainer处理的吗?

@jmhIcoding
Copy link
Owner

乱序重传的数据包被删除了

@RicardoMLi
Copy link

乱序重传的数据包被删除了
大佬,如果我不想这些乱序重传的数据包被删除要怎么弄呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants