diff options
author | Luca Deri <deri@ntop.org> | 2015-06-14 11:04:31 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2015-06-14 11:04:31 +0200 |
commit | 20740e1b68eeedef49363e86004467011a412236 (patch) | |
tree | 5beda839dd738c944e9941400a5c007319c5f795 /src/lib/protocols | |
parent | c4adefe75b957988922a6d39c49296cd07e305cf (diff) |
Added Meu service detection
Diffstat (limited to 'src/lib/protocols')
-rw-r--r-- | src/lib/protocols/eaq.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/protocols/eaq.c b/src/lib/protocols/eaq.c index 0fe47ab6f..1cdcc8f2b 100644 --- a/src/lib/protocols/eaq.c +++ b/src/lib/protocols/eaq.c @@ -19,6 +19,11 @@ */ +/* + EAQ: Entitade Aferidora da Qualidade de Banda Larga + + http://www.brasilbandalarga.com.br + */ #include "ndpi_api.h" #define EAQ_DEFAULT_PORT 6000 |