diff options
author | Gerald Combs <gerald@wireshark.org> | 2003-03-11 00:26:53 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2003-03-11 00:26:53 +0000 |
commit | 9f3e11091bf4b3c065418029f577b4208a4a18ff (patch) | |
tree | 97e9f5dd34c43b4d7a9c5f1535a5041e06ce0679 /ChangeLog | |
parent | 656eb2b35cec67ae139339ea6bc9d1530f15a5cb (diff) | |
download | wireshark-9f3e11091bf4b3c065418029f577b4208a4a18ff.tar.gz wireshark-9f3e11091bf4b3c065418029f577b4208a4a18ff.tar.bz2 wireshark-9f3e11091bf4b3c065418029f577b4208a4a18ff.zip |
Update for 0.9.11.
svn path=/trunk/; revision=7338
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,4 +1,26 @@ -$Id: ChangeLog,v 1.18 2003/03/08 03:12:30 gerald Exp $ +$Id: ChangeLog,v 1.19 2003/03/11 00:26:52 gerald Exp $ + +Overview of changes in Ethereal 0.9.11: + +* Add documentation for the MGCP tap (Lars Roland) +* Fix Lars Roland's AUTHORS entry (Lars) +* Sync and reorder the authors section of the Ethereal man page (Guy) +* Create common code for listing linked libraries (Guy) +* Correctly label AFS time deltas (Guy) +* SCSI Peripheral Qualifier, device type and other fixes (Guy) +* Update OpenBSD enc data link type and encapsulation numbers (Guy) +* Improve Windows version reporting in util.c (Guy) +* Fix invalid preprocessor token pasting in Prism (Ruediger Oertel) +* Beef up the SMPP recognition heuristic (Laurent) +* Remove duplicate code in packet-ssh.c (Markus Friedl) +* Remove used parameter pinfo from dissect_ser in packet-rmi.c (Joerg) +* Correct function name and typos in README.developer (Laurent) +* Fix IA64 pointer to int conversion warnings (Joerg) +* Have RTP's "Save voice data as..." use a file selection box (Guy) +* SCSI_DEV_BITS fix (Guy) +* Fix some perldoc warnings and obscure email addresses (Gerald) +* Get rid of C++ comments in g711.c (Albert) +* Add filterable header fields in SIP dissector (Stefan Wenk) Overview of changes in Ethereal 0.9.10: |