diff options
author | Luca Deri <deri@ntop.org> | 2024-08-27 16:38:35 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-08-27 16:38:35 +0200 |
commit | d769b23e05f93158302cf6904b182860b05545e9 (patch) | |
tree | ba349c62e51e785f65af61d8be1f143e9620ab02 /src/lib/ndpi_utils.c | |
parent | 5436dddef55e068095ca56b114715a91a551bf26 (diff) |
Added print_ndpi_address_port in nDPi API
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r-- | src/lib/ndpi_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index 03fb4f8a9..426c04ad9 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -1236,7 +1236,7 @@ static void ndpi_tls2json(ndpi_serializer *serializer, struct ndpi_flow_struct * /* ********************************** */ -static char* print_ndpi_address_port(ndpi_address_port *ap, char *buf, u_int buf_len) { +char* print_ndpi_address_port(ndpi_address_port *ap, char *buf, u_int buf_len) { char ipbuf[INET6_ADDRSTRLEN]; if(ap->is_ipv6) { |