diff options
author | Campus <campus@ntop.org> | 2016-09-24 16:13:41 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-09-24 16:13:41 +0200 |
commit | bf778d6df11231df78e2015aac87b47c2f04756e (patch) | |
tree | 0e7dde3e8682712d88bfb5ef75e219e89795c998 /src | |
parent | f8a9faf2fadb3fccaa1b48f0ccbed2cb0919526f (diff) |
fix typo
Diffstat (limited to 'src')
-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 9c02b6890..c07920ae1 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -2190,7 +2190,7 @@ void ndpi_set_protocol_detection_bitmask2(struct ndpi_detection_module_struct *n /* HTTP */ init_http_dissector(ndpi_struct, &a, detection_bitmask); - /* Stracraft */ + /* STARCRAFT */ init_starcraft_dissector(ndpi_struct, &a, detection_bitmask); /* SSL */ |