-
Notifications
You must be signed in to change notification settings - Fork 386
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
Support L4 protocol specific filters in PacketCapture #6864
Comments
Hey, community! This issue looks challenging, and I’d like to give it a try. However, I have a few questions before I proceed. So far, my understanding of the issue is that we’re currently capturing data packets based on criteria like ports, source, destination, and possibly protocols (e.g., TCP, UDP, and ICMP). Now, the goal is to capture data packets that provide deeper insights, such as how a TCP connection is formed (e.g., the 3-way handshake involving SYN and ACK packets). Here are my questions: Did I understand the issue correctly? |
@devc007 Thanks for your interest. I want to emphasize that this is not a very straightforward issue: it requires API changes, correct translation of the new filters to BPF, new e2e test cases, etc. I believe this issue has the right scope for a LFX mentorship term (10-12 weeks for a new contributor), but this would not constitute a "good first issue" that can be tackled by a new contributor in a matter of hours or even days. If you are still interested, I would recommend first experimenting with the PacketCapture feature on an actual cluster (https://github.com/antrea-io/antrea/blob/main/docs/packetcapture-guide.md), and reading the antrea-agent code that implements the feature. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We are happy to announce that our project proposal has been accepted for the first term of the 2025 LFX mentorship program: https://mentorship.lfx.linuxfoundation.org/project/c1b6fda9-e2e6-41e1-8495-68abe9e980ca. As usual, to help with our selection, we ask that candidates perform a small task as part of their application. All the instructions can be found at #6975. |
Describe the problem/challenge you have
Besides the protocol filter, PacketCapture should also support protocol specific filters like
Describe the solution you'd like
add new fields in the
transportHeader
section of PacketCapture spec.Anything else you would like to add?
The text was updated successfully, but these errors were encountered: