Imported Upstream version 1.12
This commit is contained in:
		
							parent
							
								
									2bb3538023
								
							
						
					
					
						commit
						912e105ee9
					
				
					 8 changed files with 246 additions and 99 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
CFLAGS+=-O -g -I/usr/local/include -I/usr/include
 | 
			
		||||
CFLAGS+=-Wall -O -g -I/usr/local/include -I/usr/include
 | 
			
		||||
LDLIBS=-L/usr/local/lib -lpcap -lpthread -lm
 | 
			
		||||
 | 
			
		||||
all: dns_flood_detector
 | 
			
		||||
| 
						 | 
				
			
			@ -7,5 +7,7 @@ clean:
 | 
			
		|||
	rm -rf dns_flood_detector *.o *~
 | 
			
		||||
install: 
 | 
			
		||||
	cp dns_flood_detector /usr/local/sbin/
 | 
			
		||||
distclean: clean
 | 
			
		||||
	rm Makefile
 | 
			
		||||
 | 
			
		||||
dns_flood_detector: dns_flood_detector.c
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue