aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2024-09-16 09:21:17 +0200
committerLuca <deri@ntop.org>2024-09-16 09:21:17 +0200
commit6de91c78955a0d85d97518c273366bd9d6ede5de (patch)
tree841b625835620e2f0f6859a8545c09c542607842 /example/ndpiReader.c
parentb77d3e3ab6d216cda9a092794a5fb8b1eac86fe6 (diff)
Reworked fingerprint export now in JSON
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index b744a8708..a8518d0df 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -943,14 +943,6 @@ void extcap_capture(int datalink_type) {
/* ********************************** */
-void printFingerprintHeader() {
- if(!fingerprint_fp) return;
-
- fprintf(fingerprint_fp, "#protocol|src_ip|dst_ip|dst_port|family|fingerprint\n");
-}
-
-/* ********************************** */
-
void printCSVHeader() {
if(!csv_fp) return;
@@ -1460,7 +1452,6 @@ static void parseOptions(int argc, char **argv) {
exit(0);
printCSVHeader();
- printFingerprintHeader();
#ifndef USE_DPDK
if(do_extcap_capture) {