Skip to content

Commit

Permalink
Added u_int8_t ndpi_is_public_ipv4(u_int32_t a /* host byte order */);
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Oct 13, 2024
1 parent 37a654e commit 3e04321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/ndpi_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,7 @@ extern "C" {
void ndpi_ptree_destroy(ndpi_ptree_t *tree);

/* General purpose utilities */
u_int8_t ndpi_is_public_ipv4(u_int32_t a /* host byte order */);
u_int64_t ndpi_htonll(u_int64_t v);
u_int64_t ndpi_ntohll(u_int64_t v);
u_int8_t ndpi_is_valid_protoId(u_int16_t protoId);
Expand Down

0 comments on commit 3e04321

Please sign in to comment.