diff options
author | Luca Deri <deri@ntop.org> | 2020-08-04 18:09:13 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-08-04 18:09:13 +0200 |
commit | e16675b7008191157d86dd7752b0a9e529315171 (patch) | |
tree | 8249be755e335604626de851914e761658829662 /src/lib/ndpi_main.c | |
parent | ea10b8e757c05dd5cee9c74e785111596feb5d7b (diff) |
Added new traffic category for connectivity check detection
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index db84efa00..bdbdc89f3 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -1875,7 +1875,7 @@ static const char *categories[] = { "Shopping", "Productivity", "FileSharing", - "", + "ConnectivityCheck", "", "", "", |