Function ndpi_serialize_start_of_list
- Defined in File ndpi_api.h 
Function Documentation
- 
int ndpi_serialize_start_of_list(ndpi_serializer *serializer, const char *key)
- Serialize the start of a list, where the next serialized items will be added (note: keys for the new items are ignored) - Parameters:
- serializer – The serializer handle 
- key – The field name or ID 
- value – The field value 
 
- Returns:
- 0 on success, a negative number otherwise