Skip to content

Commit

Permalink
Minor changes to the IDS score calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Dec 8, 2019
1 parent 558983c commit 23b0b86
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 420 deletions.
2 changes: 1 addition & 1 deletion example/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CXX=@CXX@
CFLAGS=-g -I../src/include @CFLAGS@
LIBNDPI=../src/lib/libndpi.a
LDFLAGS=$(LIBNDPI) @PCAP_LIB@ -lpthread -lm @LDFLAGS@
OBJS=ndpiReader.o reader_util.o
OBJS=ndpiReader.o reader_util.o intrusion_detection.o
PREFIX?=@prefix@

all: ndpiReader @DPDK_TARGET@
Expand Down
Loading

0 comments on commit 23b0b86

Please sign in to comment.