IPSECTRACE
----------

What is it?

	ipsectrace was originally designed to help profile ipsec
	connections in a pcap packet capture file.  The general
	idea is to point the program at a capture and it will give
	you an overview of what is going on.  

How do I build it?
	
	make

How do I use it?
	
	./ipsectrace capturefile

How do I install it?
	
	man cp

Why did I write it?
	
	A good friend of mine was interested in profiling ipsec 
	connections on a network he was managing.  Since I work at 
	a vpn solution provider as a software engineer and network
	engineer ( Positive Networks, Inc. / www.positivenetworks.net),
	and I (and my co workers) too could use a tool like this, I 
	went ahead and whipped one up.

How stable / mature is the code?

	It's stable -- not very mature.  If that bothers you, fix it
	and submit a patch.  The tool wasn't designed as a commercial
	product, just as a 'quick tool' for this packet head and others
	like him.

Hey this only compiles on linux and doesn't even use autoconf!
	
	Yep, it uses a good old Makefile.  Perhaps some day it will
	do more.  Perhaps since it's GPL you will make it better. 
	There, that's the spirit -- doesn't it feel good?! </o-face>


