Function ndpi_serialize_string_string

Function Documentation

int ndpi_serialize_string_string(ndpi_serializer *serializer, const char *key, const char *value)

Serialize a string key and a string value

Parameters:
  • serializer – The serializer handle

  • key – The field name or ID

  • value – The field value

Returns:

0 on success, a negative number otherwise