wireshark/plugins/mgcp/ChangeLog
Guy Harris 7ddca7ecaf From Lars Roland:
Add Response-Time statistics for each known mgcp message-type.

	Fix a few bugs and remove trailing whitespace.

	Use "gdouble" for printing time-values and calculating the
	average.  It is easier to use and shouldn't overflow on big
	trace files like "guint32".

	Move some functions for time statistics into the new file
	timestats.c in the main directory.  This code may be useful in
	the rpc and smb rtt-taps as well.

svn path=/trunk/; revision=7469
2003-04-16 07:25:12 +00:00

9 lines
341 B
Text

Overview of changes in Ethereal MGCP plugin 0.0.9:
* Added calculation of request-to-response time delay
* support for building detailed delay statistics by the tapping
subsystem of ethereal
Overview of changes in Ethereal MGCP plugin 0.0.2:
* Fixed misc problems with improperly dissecting some xgcp packets as
short or malformed.