Oops! Forgot to commit the change that adds Christophe Tronche to the

list of authors.

svn path=/trunk/; revision=809
This commit is contained in:
Guy Harris 1999-10-11 18:04:48 +00:00
parent 2e08b800b4
commit 817465175d
3 changed files with 7 additions and 1 deletions

View File

@ -132,6 +132,10 @@ Peter Torvals <petertv@xoommail.com> {
Internet Cache Protocol support
}
Christophe Tronche <ch.tronche@computer.org> {
BPDU (spanning tree protocol) support
}
Alain Magloire <alainm@rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.

View File

@ -588,6 +588,7 @@ B<http://ethereal.zing.org>.
Thierry Andry <Thierry.Andry@advalvas.be>
Jeff Foster <jjfoste@woodward.com>
Peter Torvals <petertv@xoommail.com>
Christophe Tronche <ch.tronche@computer.org>
Alain Magloire <alainm@rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.

View File

@ -1,6 +1,6 @@
/* main.c
*
* $Id: main.c,v 1.19 1999/10/11 06:39:26 guy Exp $
* $Id: main.c,v 1.20 1999/10/11 18:02:46 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -149,6 +149,7 @@ about_ethereal( GtkWidget *w, gpointer data ) {
"Thierry Andry <Thierry.Andry@advalvas.be>\n"
"Jeff Foster <jfoste@woodward.com>\n"
"Peter Torvals <petertv@xoommail.com>\n"
"Christophe Tronche <ch.tronche@computer.org>\n"
"\nSee http://ethereal.zing.org for more information",
VERSION, comp_info_str);