Function ndpi_is_subprotocol_informative
Defined in File ndpi_api.h
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
- Returns:
1 = the subprotocol is informative, 0 otherwise.