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

Report whole packet bytes in ConnRecord #91

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

HKalbasi
Copy link
Contributor

@HKalbasi HKalbasi commented Jan 9, 2025

I'm interested in finding out the percentage of traffic bytes used by each reported connection. Currently, ConnRecord reports only payload bytes, which excludes malformed packets and ethernet/ip headers. I added a new field nb_pkt_bytes to Flow in the ConnRecord for this propose and renamed the old nb_bytes to nb_payload_bytes to reduce confusion.

@thearossman
Copy link
Collaborator

This LGTM, thanks!

@thearossman thearossman merged commit b2ec418 into stanford-esrg:main Jan 13, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants