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

Move PCAP import/export into a plugin #1549

Merged
merged 6 commits into from
Apr 16, 2021
Merged

Conversation

dominiklohmann
Copy link
Member

@dominiklohmann dominiklohmann commented Apr 15, 2021

📔 Description

This (rather large) commit creates two new plugin types, namely reader_plugin and writer_plugin, and creates a PCAP plugin that implements both. Additionally, it fixes unit tests for plugins, which were unable to actually use the plugin up until now.

📝 Checklist

  • All user-facing changes have changelog entries.
  • The changes are reflected on docs.tenzir.com/vast, if necessary.
  • The PR description contains instructions for the reviewer, if necessary.

🎯 Review Instructions

File-by-file. Ideally this is peer-reviewed in a call.

@dominiklohmann dominiklohmann added feature New functionality bug Incorrect behavior labels Apr 15, 2021
@dominiklohmann dominiklohmann requested a review from a team April 15, 2021 07:54
@dominiklohmann dominiklohmann force-pushed the story/ch24761/pcap-plugin branch 4 times, most recently from 4bb247b to b878595 Compare April 15, 2021 08:50
@dominiklohmann dominiklohmann marked this pull request as ready for review April 15, 2021 08:53
@dominiklohmann dominiklohmann force-pushed the story/ch24761/pcap-plugin branch 5 times, most recently from 3211508 to 0ad4332 Compare April 15, 2021 11:49
Copy link
Member Author

@dominiklohmann dominiklohmann left a comment

Choose a reason for hiding this comment

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

Peer-reviewed with @tobim.

.github/workflows/static-binary.yaml Outdated Show resolved Hide resolved
libvast/src/format/reader_factory.cpp Outdated Show resolved Hide resolved
plugins/pcap/integration/reference/example/step_00.ref Outdated Show resolved Hide resolved
plugins/pcap/integration/reference/example/step_01.ref Outdated Show resolved Hide resolved
plugins/pcap/integration/tests.yaml Outdated Show resolved Hide resolved
plugins/pcap/main.cpp Outdated Show resolved Hide resolved
plugins/pcap/tests.cpp Outdated Show resolved Hide resolved
plugins/pcap/tests.cpp Outdated Show resolved Hide resolved
plugins/pcap/tests.cpp Outdated Show resolved Hide resolved
This (rather large) commit creates two new plugin types, namely
`reader_plugin` and `writer_plugin`, and creates a PCAP plugin that
implements both. Additionally, it fixes unit tests for plugins, which
were unable to actually use the plugin up until now.
@dominiklohmann dominiklohmann requested review from tobim and removed request for a team April 16, 2021 08:07
vast/integration/vast_integration_suite.yaml Outdated Show resolved Hide resolved
vast/integration/vast_integration_suite.yaml Outdated Show resolved Hide resolved
@dominiklohmann dominiklohmann force-pushed the story/ch24761/pcap-plugin branch 2 times, most recently from 974a6f9 to 7035e3b Compare April 16, 2021 10:39
@dominiklohmann dominiklohmann merged commit fb2438c into master Apr 16, 2021
@dominiklohmann dominiklohmann deleted the story/ch24761/pcap-plugin branch April 16, 2021 11:36
dominiklohmann added a commit that referenced this pull request Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior feature New functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants