Function pfwl_tcp_reordering_disable

Function Documentation

uint8_t pfwl_tcp_reordering_disable(pfwl_state_t *state)

If called, the library will not reorder out of order TCP packets. Out-of-order segments will be delivered to the dissectors as they arrive. This means that the dissector may not be able to identify the application protocol. Moreover, if there are callbacks saved for TCP based protocols, if TCP reordering is disabled, the extracted informations could be erroneous or incomplete.

Return

0 if succeeded, 1 otherwise.

Parameters
  • state: A pointer to the state of the library.