Function ndpi_serialize_start_of_block_uint32¶
- Defined in File ndpi_api.h
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 handlekey
: The numeric key as 32-bit unsigned integer.