diff options
author | lns <matzeton@googlemail.com> | 2023-05-30 09:26:43 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2023-05-30 09:30:24 +0200 |
commit | 5a9b40779d3e0abbf41d5fc910a5a9e2d1679835 (patch) | |
tree | 1908c2bc044753d6255f63482f94c718d852b580 /utils.c | |
parent | d0c070a800c7577e6d437812f0d3bd976ddc475e (diff) |
bump libnDPI to 04f5c5196e790db8b8cc39e42c8645fb7f3dd141
* added custom nDPI logging callback
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -410,6 +410,6 @@ char const * get_nDPId_version(void) "unknown" #endif "\n" - "(C) 2020-2022 Toni Uhlig\n" + "(C) 2020-2023 Toni Uhlig\n" "Please report any BUG to toni@impl.cc\n"; } |