aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1999-07-28 01:35:34 +0000
committerGerald Combs <gerald@wireshark.org>1999-07-28 01:35:34 +0000
commitc7e8a7e855bc3dcd4393ca600b9af81012aa2f2f (patch)
tree16d55298c9778f18b09de55668adbb9bb1e5df5c /ethereal.c
parentb080b90479069c376bf68c3af81670533f5f2c61 (diff)
Added a patch from Olivier Abad to handle X.25 iptrace captures.
svn path=/trunk/; revision=390
Diffstat (limited to 'ethereal.c')
-rw-r--r--ethereal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethereal.c b/ethereal.c
index 5121e83e00..12501f0ed0 100644
--- a/ethereal.c
+++ b/ethereal.c
@@ -1,6 +1,6 @@
/* ethereal.c
*
- * $Id: ethereal.c,v 1.64 1999/07/27 02:04:35 guy Exp $
+ * $Id: ethereal.c,v 1.65 1999/07/28 01:35:25 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -166,6 +166,7 @@ about_ethereal( GtkWidget *w, gpointer data ) {
"Aaron Hillegass <aaron@classmax.com>\n"
"Jason Lango <jal@netapp.com>\n"
"Johan Feyaerts <Johan.Feyaerts@siemens.atea.be>\n"
+ "Olivier Abad <Olivier.Abad@capway.com>\n"
"\nSee http://ethereal.zing.org for more information",
VERSION, comp_info_str);