Function ndpi_serialize_binary_binary

Function Documentation

int ndpi_serialize_binary_binary(ndpi_serializer *_serializer, const char *key, u_int16_t klen, const char *_value, u_int16_t vlen)

Serialize an unterminated string key and an unterminated string value

Return
0 on success, a negative number otherwise
Parameters
  • serializer: The serializer handle
  • key: The field name or ID
  • klen: The key length
  • value: The field value
  • vlen: The value length