From Thomas Anders: fix a typo.

Update the list of contributors in the man page.

svn path=/trunk/; revision=9678
This commit is contained in:
Guy Harris 2004-01-16 19:52:36 +00:00
parent 58ee0d5b69
commit 8f89f05a86
3 changed files with 7 additions and 3 deletions

View File

@ -2027,6 +2027,7 @@ And assorted fixes and enhancements by the people listed above and by:
D. Manzella <manzella [AT] lucent.com>
Jari Mustajarvi <jari.mustajarvi [AT] nokia.com>
Joost Yervante Damad <Joost.Damad [AT] siemens.com>
Thomas Anders <thomas.anders [AT] blue-cable.de>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.

View File

@ -2077,6 +2077,9 @@ B<http://www.ethereal.com>.
Jan Kiszka <jan.kiszka [AT] web.de>
Joshua Craig Douglas <jdouglas [AT] enterasys.com>
Dick Gooris <gooris [AT] lucent.com>
Michael Shuldman <michaels [AT] inet.no>
Tadaaki Nagao <nagao [AT] iij.ad.jp>
Aaron Woo <woo [AT] itd.nrl.navy.mil>
Pavel Roskin <proski [AT] gnu.org>
Georgi Guninski <guninski [AT] guninski.com>
Jason Copenhaver <jcopenha [AT] typedef.org>
@ -2109,7 +2112,7 @@ B<http://www.ethereal.com>.
D. Manzella <manzella [AT] lucent.com>
Jari Mustajarvi <jari.mustajarvi [AT] nokia.com>
Joost Yervante Damad <Joost.Damad [AT] siemens.com>
Aaron Woo <woo [AT] itd.nrl.navy.mil>
Thomas Anders <thomas.anders [AT] blue-cable.de>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.

View File

@ -4,7 +4,7 @@
* Jason Lango <jal@netapp.com>
* Liberally copied from packet-http.c, by Guy Harris <guy@alum.mit.edu>
*
* $Id: packet-sdp.c,v 1.44 2004/01/13 23:18:13 guy Exp $
* $Id: packet-sdp.c,v 1.45 2004/01/16 19:51:55 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -632,7 +632,7 @@ static void dissect_sdp_time(tvbuff_t *tvb, proto_item* ti){
/* get stop time */
offset = next_offset + 1;
proto_tree_add_item(sdp_time_tree,hf_time_start, tvb,
proto_tree_add_item(sdp_time_tree, hf_time_stop, tvb,
offset, -1, FALSE);
}