-
Notifications
You must be signed in to change notification settings - Fork 15
NETOBSERV-1703 Add enrichment in packet capture #61
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
Conversation
Skipping CI for Draft Pull Request. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #61 +/- ##
==========================================
- Coverage 28.53% 26.08% -2.45%
==========================================
Files 8 8
Lines 1076 1081 +5
==========================================
- Hits 307 282 -25
- Misses 747 778 +31
+ Partials 22 21 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
e2e will pass as soon as eBPF PR is merged |
Rebased to include latests options. You can give a try with ebpf image using:
|
New image: It will expire after two weeks. To use this build, update your commands using: USER=netobserv VERSION=23784f6 make commands |
Rebased without changes |
/ok-to-test |
New image: It will expire after two weeks. To use this build, update your commands using: USER=netobserv VERSION=cf95f76 make commands |
/label qe-approved |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
CI tests are now passing ❤️ |
Description
CLI pcap showing table while running packet capture:
Output file is a
pcapng
including Src / Dst enriched fields (currently using frame -> Interface section)Other fields are not kept here since the packet is supposed to contains everything but we can add extras if needed
Dependencies
netobserv/netobserv-ebpf-agent#364
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.