From 0a6d44dc60fb44c8aa59397d29b1f6cbb134d47d Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 19 Feb 2021 18:39:14 +0100 Subject: C-Api uses similiar flow key hash calculation as Python-Api. * Make use of flow id / alias / source which is required for future use cases where multiple nDPId instances (same / different machines) feed one nDPIsrvd. Signed-off-by: Toni Uhlig --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 83d073eb9..9df1ac1cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,13 @@ +# c executables +/nDPId +/nDPIsrvd +/examples/c-captured/c-captured +/examples/c-json-stdout/c-json-stdout + # python related *.pyc __pycache__ # go related *.sum +/examples/go-dashboard/go-dashboard -- cgit v1.2.3