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

Do not drop the data field in decapsulate #3515

Merged
merged 10 commits into from
Sep 19, 2023

Conversation

dominiklohmann
Copy link
Member

This changes the decapsulate operator to keep the data field in its incoming packet events that rather than dropping it. It does so without copying the data.

@dominiklohmann dominiklohmann added the improvement An incremental enhancement of an existing feature label Sep 15, 2023
@dominiklohmann dominiklohmann added the operator Source, transformation, and sink label Sep 15, 2023
@dominiklohmann dominiklohmann force-pushed the topic/decapsulate-keep-data branch 4 times, most recently from 8983658 to 2d7ba09 Compare September 15, 2023 13:31
dominiklohmann and others added 3 commits September 16, 2023 20:40
This changes the `decapsulate` operator to keep the `data` field in its
incoming packet events that rather than dropping it. It does so without
copying the data.
Copy link
Member

@mavam mavam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dominiklohmann mind glossing over the code just briefly? I especially the refactoring of the PCAP saver could use another pair of eyes.

@dominiklohmann dominiklohmann merged commit 70d2fdc into main Sep 19, 2023
34 checks passed
@dominiklohmann dominiklohmann deleted the topic/decapsulate-keep-data branch September 19, 2023 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An incremental enhancement of an existing feature operator Source, transformation, and sink
Projects
None yet
2 participants