From 88fc9232ff1a7652777e4a41d118326c27ee185a Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 4 Feb 2020 22:31:02 +0100 Subject: Code improvements --- example/intrusion_detection.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'example/intrusion_detection.h') diff --git a/example/intrusion_detection.h b/example/intrusion_detection.h index f78095e67..d07965484 100644 --- a/example/intrusion_detection.h +++ b/example/intrusion_detection.h @@ -21,6 +21,9 @@ * */ +#ifndef _INTRUSION_DETECTION_H_ +#define _INTRUSION_DETECTION_H_ + /* Code to detect attacks reported in @@ -62,3 +65,5 @@ double Hearthbleed_score(struct ndpi_flow_info* flow); double Infiltration_score(struct ndpi_flow_info* flow); double Ssh_patator_score(struct ndpi_flow_info* flow); + +#endif /* _INTRUSION_DETECTION_H_ */ -- cgit v1.2.3