diff options
author | Luca Deri <deri@ntop.org> | 2019-07-18 11:38:16 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-07-18 11:38:16 +0200 |
commit | b50635cb89927b7f80cee81571f1b8b1f53ae939 (patch) | |
tree | 5126af562b7ce365cc9c26b334597ddb2211cedc /example/Makefile.in | |
parent | cbb31fa2041f6da59abdc9e470cafa7e2630b388 (diff) |
Renamed ndpi_util.c -> reader_util.c
Added crash fix with IPv6
Diffstat (limited to 'example/Makefile.in')
-rw-r--r-- | example/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in index ad75295cb..258c2d7b3 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -3,7 +3,7 @@ CXX=@CXX@ CFLAGS=-g -I../src/include @CFLAGS@ LIBNDPI=../src/lib/libndpi.a LDFLAGS=$(LIBNDPI) @PCAP_LIB@ -lpthread @LDFLAGS@ -OBJS=ndpiReader.o ndpi_util.o +OBJS=ndpiReader.o reader_util.o PREFIX?=@prefix@ all: ndpiReader @DPDK_TARGET@ |