Function ndpi_is_subprotocol_informative

Function Documentation

u_int8_t ndpi_is_subprotocol_informative(struct ndpi_detection_module_struct *ndpi_mod, u_int16_t protoId)

Check if subprotocols of the specified master protocol are just informative (and not real)

ndpi_mod = the detection module
protoId = the (master) protocol identifier to query
Return
1 = the subprotocol is informative, 0 otherwise.