Function ndpi_serialize_start_of_block_binary
- Defined in File ndpi_api.h 
Function Documentation
- 
int ndpi_serialize_start_of_block_binary(ndpi_serializer *_serializer, const char *key, u_int16_t klen)
- Serialize the start of a block with an unterminated string key - Parameters:
- serializer – The serializer handle 
- key – The field name or ID 
- klen – The key length 
 
- Returns:
- 0 on success, a negative number otherwise