aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1998-10-16 06:44:32 +0000
committerGuy Harris <guy@alum.mit.edu>1998-10-16 06:44:32 +0000
commit261e2cde3b4027932220cabf4ecea0b803ac09d2 (patch)
treeb039fd57bab1f72291465aa597da61a342572d80 /ethereal.c
parent3202dc8a48a244c24fd45dabe10409481dc7e900 (diff)
Add Simon Wilkinson to the list of contributors in the "About" box.
svn path=/trunk/; revision=63
Diffstat (limited to 'ethereal.c')
-rw-r--r--ethereal.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ethereal.c b/ethereal.c
index 5e890afef7..faec036d2f 100644
--- a/ethereal.c
+++ b/ethereal.c
@@ -1,6 +1,6 @@
/* ethereal.c
*
- * $Id: ethereal.c,v 1.7 1998/10/16 01:18:26 gerald Exp $
+ * $Id: ethereal.c,v 1.8 1998/10/16 06:44:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -95,7 +95,8 @@ about_ethereal( GtkWidget *w, gpointer data ) {
"Bobo Rajec <bobo@bsp-consulting.sk>\n"
"Laurent Deniel <deniel@worldnet.fr>\n"
"Don Lafontaine <lafont02@cn.ca>\n"
- "Guy Harris <guy@netapp.com>\n\n"
+ "Guy Harris <guy@netapp.com>\n"
+ "Simon Wilkinson <sxw@dcs.ed.ac.uk>\n\n"
"See http://ethereal.zing.org for more information", VERSION);
}