Function pfwl_create_flow_info_private¶
Defined in File peafowl.h
Function Documentation¶
-
pfwl_flow_info_private_t *
pfwl_create_flow_info_private(pfwl_state_t *state, const pfwl_dissection_info_t *dissection_info)¶ Creates a new Peafowl flow info (to be called only if pfwl_dissect_L7 is called directly by the user).
- Return
The new Peafowl flow, needs to be deleted with pfwl_destroy_flow.
- Parameters
state: A pointer to the state of the library.dissection_info: Info about the flow (user needs to fill info up to L4 included).