Function ndpi_serialize_uint32_float

Function Documentation

int ndpi_serialize_uint32_float(ndpi_serializer *serializer, u_int32_t key, float value, const char *format)

Serialize a 32-bit unsigned int key and a float value

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