diff options
author | Luca <deri@ntop.org> | 2024-09-16 09:21:17 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2024-09-16 09:21:17 +0200 |
commit | 6de91c78955a0d85d97518c273366bd9d6ede5de (patch) | |
tree | 841b625835620e2f0f6859a8545c09c542607842 /example/ndpiReader.c | |
parent | b77d3e3ab6d216cda9a092794a5fb8b1eac86fe6 (diff) |
Reworked fingerprint export now in JSON
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 9 |
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) { |