Function ndpi_serialize_string_uint64¶
- Defined in File ndpi_api.h
Function Documentation¶
-
int
ndpi_serialize_string_uint64
(ndpi_serializer *serializer, const char *key, u_int64_t value)¶ Serialize a string key and a 64-bit unsigned int value
- Return
- 0 on success, a negative number otherwise
- Parameters
serializer
: The serializer handlekey
: The field name or IDvalue
: The field value