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

pfwl_get_L7_field_id wrong signature #4

Closed
DanieleDeSensi opened this issue Jan 7, 2019 · 0 comments
Closed

pfwl_get_L7_field_id wrong signature #4

DanieleDeSensi opened this issue Jan 7, 2019 · 0 comments

Comments

@DanieleDeSensi
Copy link
Contributor

The call:
pfwl_field_id_t pfwl_get_L7_field_id(const char* field_name);
should actually be:
pfwl_field_id_t pfwl_get_L7_field_id(pfwl_protocol_l7_t protocol, const char* field_name);

After replacing the call, you can checkout the last peafowl commit again.

kYroL01 added a commit that referenced this issue Jan 7, 2019
@kYroL01 kYroL01 closed this as completed Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants