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

TCP Flags #16

Open
ehte8989 opened this issue Mar 8, 2024 · 0 comments
Open

TCP Flags #16

ehte8989 opened this issue Mar 8, 2024 · 0 comments

Comments

@ehte8989
Copy link

ehte8989 commented Mar 8, 2024

You didn't add tcp flags so I did it for you to add.
tcp_flags = packet[TCP].flags
tcp_flags |= (TCP.FLAG_SYN | TCP.FLAG_URG | TCP.FLAG_ACK | TCP.FLAG_PSH | TCP.FLAG_FIN | TCP.FLAG_RST)

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

1 participant