diff options
author | Luca Deri <deri@ntop.org> | 2024-08-26 15:56:18 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-08-26 15:56:18 +0200 |
commit | 9263d4dd873c4e2068e392a692b20609b1ec5a9a (patch) | |
tree | bd5608e2c953f013daca7b6b5db4d3b4ebafbbca /tests/cfgs | |
parent | e4e91e9380618229b66da7210f920f7099d6e214 (diff) |
Added in API
bool ndpi_is_proto(ndpi_master_app_protocol proto, u_int16_t p);
bool ndpi_is_proto_unknown(ndpi_master_app_protocol proto);
bool ndpi_is_proto_equals(ndpi_master_app_protocol to_check, ndpi_master_app_protocol to_match, bool exact_match_only);
u_int16_t ndpi_get_proto_by_name(struct ndpi_detection_module_struct *ndpi_mod, const char *name);
char* ndpi_get_proto_by_id(struct ndpi_detection_module_struct *ndpi_mod, u_int id);
extern ndpi_master_app_protocol ndpi_get_protocol_by_name(struct ndpi_detection_module_struct *ndpi_str, const char *name);
Removed (duplicate of ndpi_get_proto_by_name)
int ndpi_get_protocol_id(struct ndpi_detection_module_struct *ndpi_mod, char *proto);
Diffstat (limited to 'tests/cfgs')
0 files changed, 0 insertions, 0 deletions