Function ndpi_serialize_start_of_block_uint32

Function Documentation

int ndpi_serialize_start_of_block_uint32(ndpi_serializer *serializer, u_int32_t key)

Serialize the start of a block with a numeric key

Return
0 on success, a negative number otherwise
Parameters
  • serializer: The serializer handle
  • key: The numeric key as 32-bit unsigned integer.