aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2017-09-19 22:39:00 +0200
committerLuca Deri <deri@ntop.org>2017-09-19 22:39:00 +0200
commit9fb5981128b3d2bc75e72cc805df918b3944b92e (patch)
tree5a190fdc55f518017b30d85717988a6e230e3bb0 /example/ndpiReader.c
parent1a4e57e7366685e5ece5ed8576155c5e7c934efb (diff)
Added ndpi_category_set_name() API call
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index 1d1215548..9def14de1 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -2783,7 +2783,6 @@ static void produceBpfFilter(char *filePath) {
@brief MAIN FUNCTION
**/
int main(int argc, char **argv) {
-
int i;
automataUnitTest();
@@ -2799,7 +2798,6 @@ int main(int argc, char **argv) {
#endif
}
-
if((!json_flag) && (!quiet_mode)) {
printf("\n-----------------------------------------------------------\n"
"* NOTE: This is demo app to show *some* nDPI features.\n"
@@ -2823,7 +2821,6 @@ int main(int argc, char **argv) {
return 0;
}
-
#ifdef WIN32
#ifndef __GNUC__
#define EPOCHFILETIME (116444736000000000i64)
@@ -2831,7 +2828,6 @@ int main(int argc, char **argv) {
#define EPOCHFILETIME (116444736000000000LL)
#endif
-
/**
@brief Timezone
**/