Change Log for rpcap
-------------------

2002-10-06 S. Krishnan  <sri_krishnan@users.sourceforge.net>
	
  * New code release v.0.23 alpha
  * added GNU autotools based build (autconf/ automake/ libtool)
  * pcap_geterr rewritten
  * pcap_compile fixed to accept null strings for tcpdump compatibility
  * pointer issues with pcap_compile and pcap_open_live resolved
  * made the code tcpdump compatible so that tcpdump now builds against
    librpcap
  * added a port of tcpdump to rpcap
  
2002-02-10 S. Krishnan  <sri_krishnan@users.sourceforge.net>
  * Fixed a compile issue that requires the presence of libpcap for librpcap to build
    and also the header file net/bpf.h
  * Fixed test client handling of the pcap_datalink return value

2002-02-06 S. Krishnan  <sri_krishnan@users.sourceforge.net>
- second release on February 6, 2002
  * Added pcap_stats and pcap_close
  * completed the implementation of pcap_snapshot and pcap_datalink
  * tested the functionality of all the implemented functions
  * expanded and heavily commented the provided example (client_test.c)
  * so that it serves as a hands-on HOWTO
  * cleaned up the code a little (much remains though, and I'm doing it)

	
- first release on February 2, 2002




