summaryrefslogtreecommitdiffstats
path: root/listen
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2008-04-27 17:00:21 +0000
committerThomas Osterried <thomas@osterried.de>2008-04-27 17:00:21 +0000
commit9e78ce7de2816d2ec02a113b2203980899a8d0c4 (patch)
tree1bee56278cd662d2634663cc57fc50608c0528ae /listen
parent824cb1f6478b2e703a4293c4e19b0ad703552dc2 (diff)
changed mail address
Diffstat (limited to 'listen')
-rw-r--r--listen/ax25dump.c4
-rw-r--r--listen/flexnetdump.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/listen/ax25dump.c b/listen/ax25dump.c
index 93e569d..ad237a5 100644
--- a/listen/ax25dump.c
+++ b/listen/ax25dump.c
@@ -1,4 +1,4 @@
-/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/ax25dump.c,v 1.5 2007/01/23 13:40:04 ralf Exp $ */
+/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/ax25dump.c,v 1.6 2008/04/27 17:00:21 dl9sau Exp $ */
/* AX25 header tracing
* Copyright 1991 Phil Karn, KA9Q
@@ -65,7 +65,7 @@ static char *decode_type(int);
#define DAMA_STRING " [DAMA]"
-/* FlexNet header compression display by Thomas Sailer sailer@ife.ee.ethz.ch */
+/* FlexNet header compression display by Thomas Sailer t.sailer@alumni.ethz.ch */
/* Dump an AX.25 packet header */
void ax25_dump(unsigned char *data, int length, int hexdump)
diff --git a/listen/flexnetdump.c b/listen/flexnetdump.c
index 2b69ac9..36bdde8 100644
--- a/listen/flexnetdump.c
+++ b/listen/flexnetdump.c
@@ -8,7 +8,7 @@
#include "listen.h"
/*
- * This was hacked by Thomas Sailer, sailer@ife.ee.ethz.ch, HB9JNX/AE4WA, with
+ * This was hacked by Thomas Sailer, t.sailer@alumni.ethz.ch, HB9JNX/AE4WA, with
* some bits stolen from Dieter Deyke (Wampes), such as these defines :-)
*/