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

Ppp/v2 #10825

Closed
wants to merge 5 commits into from
Closed

Ppp/v2 #10825

wants to merge 5 commits into from

Conversation

victorjulien
Copy link
Member

Eve's packet_info.linktype should correctly indicated what the `packet`
field contains. Until now it was using DLT_RAW even if Ethernet or other
L2+ headers were present.

This commit records the datalink of the packet creating the first
fragment, which can include the L2+ header data.

Bug: OISF#6887.
This is just another variant of DLT_RAW.

Ticket: OISF#6943.
Support compressed proto and optional HDLC header.

Bug: OISF#6942.
As we now support variable size headers, we can't use the old pointer.

Replace with a flag.
No users of the pointer anymore, so remove it.
@catenacyber
Copy link
Contributor

nit: typo in commit infavor without a space in between

@victorjulien victorjulien marked this pull request as draft April 12, 2024 16:35
@victorjulien victorjulien mentioned this pull request Apr 13, 2024
@victorjulien
Copy link
Member Author

replaced by #10831

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants