2001-07-24  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* src/packet_capture.c: Clean up output

2001-07-23  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* src/dpcap_client.c, src/packet_capture.c:
	Use verbosity for some status outputs

2001-07-20  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* src/dpcap_client.h, src/dpcap_server.c, src/dpcap_server.h, src/clock_resolution.h, src/dpcap_client.c:
	Compute clock precision for local client timers

2001-07-20  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* src/dpcap_client.h, src/dpcap_server.c, src/dpcap_server.h, src/clock_resolution.h, src/dpcap_client.c:
	Compute clock precision for local client timers

2001-06-20  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* src/clock_resolution.c, src/packet_capture.c: Fix compiler warnings

2001-04-02  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* src/dpcap_flow.c, src/dpcap_flow.h: Added some const

2001-04-02  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* src/dpcap_flow.c, src/dpcap_flow.h: Added some const

2001-03-26  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* ChangeLog, configure.in: Make 1.3.2 release

2001-03-23  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* dpcap_client.c, dpcap_client.h:
	Export the finished traces exception so it can be caught

2001-03-22  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* dpcap_flow.c: Fix bug with new ack matching

2001-03-21  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* dpcap_flow.c, dpcap_flow.h:
	Added API to determine which timers are endpoints of a flow.

2001-03-20  Kevin Lai  <laik@butterfly.mobile.stanford.edu>

	* dpcap_flow.c: Remove unused args

	* dpcap_flow.c, dpcap_flow.h: Dynamically determine flow direction

2001-02-18  Kevin Lai  <laik@tnt.Stanford.EDU>

	* config.h.in, configure.in: Add config.h.in

2001-02-14  Kevin Lai  <laik@tnt.Stanford.EDU>

	* configure.in, src/dpcap_server.c: Fix compiler warning

	* configure.in: 1.2 release

2001-02-13  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_flow.c, src/dpcap_flow.h, src/dpcap_server.c:
	Added way to distinguish cumulative acks. Added verbosity to dpcap_flow. Fix deletion of clients

2001-02-10  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_flow.c, src/dpcap_flow.h: Fix printing of flow statistics.
	Count indirectly and directly acked.
	Fix direction of flows when there is only one timer.

2001-02-09  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_flow.c: Fix some comments

2001-02-07  Kevin Lai  <laik@tnt.Stanford.EDU>

	* configure.in, libdpcap.spec.in, src/Makefile.am:
	Fix version system. Install extra header

2001-02-06  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/Makefile.am, TODO: Put libdpcap headers in their own dir

	* configure.in, libdpcap.spec.in: Prepare for rpm packaging

	* configure.in, Makefile.am, src/dpcap_client.c, src/dpcap_flow.c, src/dpcap_test.c, src/Makefile.am:
	Adjust for automake/conf

2001-02-05  Kevin Lai  <laik@tnt.Stanford.EDU>

	* acconfig.h, AUTHORS, ChangeLog, configure.in, dpcap_test.py, INSTALL, install-sh, libdpcap.spec, libdpcap.spec.in, Makefile, Makefile.am, missing, mkinstalldirs, NEWS, README, src/Makefile.am:
	Add autoconf/make support

2001-01-22  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/packet_capture.c: Abort on corrupt file

2001-01-20  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/packet_capture.c: Sensible error message

2001-01-18  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_client.c, src/dpcap_client.h:
	Add verbosity option to clients

	* src/dpcap_flow.c, src/dpcap_server.c, src/packet_capture.c, src/packet_capture.h:
	Use verbosity to control debugging messages

2001-01-17  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_client.c, src/dpcap.h, src/dpcap_server.c:
	Take into account byte ordering. Don't use shared buffer until filter sent

2001-01-16  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_server.c: use bo api

	* src/packet_capture.c: Work around bug in Redhat 7.0 libpcap bug

2001-01-10  Kevin Lai  <laik@tnt.Stanford.EDU>

	* libdpcap.spec, Makefile, src/dpcap_server.c, src/dpcap_server.h:
	Use buffered output api

2000-11-21  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/packet_capture.c: Add message about interface chosen

2000-11-20  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_server.c: Close listen socket.

2000-11-15  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_client.c, src/dpcap_flow.c, src/dpcap.h, src/dpcap_server.c:
	Exchange version information

	* libdpcap.spec: Go to release 1

	* src/dpcap_server.c, src/dpcap_server.h:
	Add verbosity option to control server's output text

2000-11-14  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_server.h, src/dpcap_server.c:
	Make sure packet_capture is NULL if error occurs during init. Allow client to specify init finished callback

	* src/clock_resolution.c: Return clock init exception

2000-11-11  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_server.c: Remove dmalloc reference

2000-11-10  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_flow.c, src/dpcap.h: Add version capabilities.

2000-10-26  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_client.c, src/dpcap_flow.c, src/dpcap_flow.h:
	Remove unused parameters

2000-10-23  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_client.c: Don't append 0 buffers

	* src/dpcap_server.c: Flush more efficiently

	* src/clock_resolution.c, src/clock_resolution.h, src/dpcap_server.c:
	Fix init bug. Fix mem leak

2000-10-21  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/packet_capture.c, src/packet_capture.h, decode.c, decode.h, src/clock_resolution.c, src/dpcap_client.c, src/dpcap_client.h, src/dpcap_server.c:
	Client specific filters

2000-10-16  Kevin Lai  <laik@tnt.Stanford.EDU>

	* src/dpcap_client.c:
	Push connection failure handling to higher level code

	* Makefile, src/dpcap_client.c, src/dpcap_flow.c, src/dpcap.h, src/dpcap_server.c:
	Pass config info from client to server

	* src/packet_capture.c: push setuid to higher level code

2000-10-13  Kevin Lai  <laik@tnt.Stanford.EDU>

	* libdpcap.spec: Make relocatable

2000-10-10  Kevin Lai  <laik@tnt.Stanford.EDU>

	* Makefile: Still fixing distribution

	* libdpcap.spec: Fix install scripts

	* Makefile: Only copy external header files

	* libdpcap.spec, Makefile: Still fixing distribution

	* libdpcap.spec, Makefile: Spec and distribution

	* decode.c, libdpcap.spec, Makefile, src/clock_resolution.c, src/clock_resolution.h, src/dpcap_client.c, src/dpcap_client.h, src/dpcap_flow.c, src/dpcap_flow.h, src/dpcap_ns.c, src/dpcap_server.c, src/dpcap_server.h, src/dpcap_test.c, src/packet_capture.c, src/packet_capture.h:
	Use new kl functions

2000-10-09  Kevin Lai  <laik@tnt.Stanford.EDU>

	* libdpcap.spec: *** empty log message ***

	* COPYING, decode.c, decode.h, dpcap_test.py, Makefile, src/clock_resolution.c, src/clock_resolution.h, src/dpcap_client.c, src/dpcap_client.h, src/dpcap_flow.c, src/dpcap_flow.h, src/dpcap.h, src/dpcap_ns.c, src/dpcap_ns.h, src/dpcap_server.c, src/dpcap_server.h, src/dpcap_test.c, src/packet_capture.c, src/packet_capture.h:

	* COPYING, decode.c, decode.h, dpcap_test.py, Makefile, src/clock_resolution.c, src/clock_resolution.h, src/dpcap_client.c, src/dpcap_client.h, src/dpcap_flow.c, src/dpcap_flow.h, src/dpcap.h, src/dpcap_ns.c, src/dpcap_ns.h, src/dpcap_server.c, src/dpcap_server.h, src/dpcap_test.c, src/packet_capture.c, src/packet_capture.h:
	New file.

