Function ndpi_serialize_string_int64

Function Documentation

int ndpi_serialize_string_int64(ndpi_serializer *serializer, const char *key, int64_t value)

Serialize a string key and a 64-bit signed int value

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