aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
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) {