Function pfwl_protocol_l7_enable¶
Defined in File peafowl.h
Function Documentation¶
-
uint8_t
pfwl_protocol_l7_enable(pfwl_state_t *state, pfwl_protocol_l7_t protocol)¶ Enables an L7 protocol dissector.
- Return
0 if succeeded, 1 otherwise.
- Parameters
state: A pointer to the state of the library.protocol: The protocol to enable.