Easy fix.. 
 
2 things... Add eqtime.o to the makefile so it will be linked in. 
 
And, at the end of packet_dump.cpp,  you need to declare k globally for the function. 
 
Change the (int k=0;  to (k=0; 
and move int k;   to the beginning of the function.  
 
Typing this from my windows box, so I cant post a diff atm. 
		
	
		
		
		
		
		
		
			
				__________________ 
				Quitters never win, and winners never quit, but those who never win and never quit are idiots.
			 
		
		
		
		
		
		
	
		
			
			
			
			
			
			
			
			
			
				
			
			
			
		 
		
	
	
	 |