summaryrefslogtreecommitdiffstats
path: root/listen
diff options
context:
space:
mode:
Diffstat (limited to 'listen')
-rw-r--r--listen/Makefile.in15
-rw-r--r--listen/arpdump.c2
-rw-r--r--listen/ax25dump.c2
-rw-r--r--listen/icmpdump.c2
-rw-r--r--listen/ipdump.c2
-rw-r--r--listen/kissdump.c2
-rw-r--r--listen/nrdump.c2
-rw-r--r--listen/tcpdump.c2
-rw-r--r--listen/udpdump.c2
9 files changed, 23 insertions, 8 deletions
diff --git a/listen/Makefile.in b/listen/Makefile.in
index 9f1fe31..153b50a 100644
--- a/listen/Makefile.in
+++ b/listen/Makefile.in
@@ -281,6 +281,21 @@ distdir: $(DISTFILES)
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
+arpdump.o: arpdump.c listen.h
+ax25dump.o: ax25dump.c listen.h
+flexnetdump.o: flexnetdump.c listen.h
+icmpdump.o: icmpdump.c listen.h
+ipdump.o: ipdump.c listen.h
+kissdump.o: kissdump.c listen.h
+listen.o: listen.c ../config.h listen.h
+nrdump.o: nrdump.c listen.h
+ripdump.o: ripdump.c listen.h
+rosedump.o: rosedump.c listen.h
+rspfdump.o: rspfdump.c listen.h
+tcpdump.o: tcpdump.c listen.h
+udpdump.o: udpdump.c listen.h
+utils.o: utils.c listen.h
+
info-am:
info: info-am
dvi-am:
diff --git a/listen/arpdump.c b/listen/arpdump.c
index c399098..47c6c07 100644
--- a/listen/arpdump.c
+++ b/listen/arpdump.c
@@ -1,4 +1,4 @@
-/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/arpdump.c,v 1.1 2001/04/10 01:58:51 csmall Exp $ */
+/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/arpdump.c,v 1.1.1.1 2001/04/10 01:58:51 csmall Exp $ */
/* ARP packet tracing routines
* Copyright 1991 Phil Karn, KA9Q
diff --git a/listen/ax25dump.c b/listen/ax25dump.c
index 5265453..31f62b5 100644
--- a/listen/ax25dump.c
+++ b/listen/ax25dump.c
@@ -1,4 +1,4 @@
-/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/ax25dump.c,v 1.1 2001/04/10 01:58:51 csmall Exp $ */
+/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/ax25dump.c,v 1.1.1.1 2001/04/10 01:58:51 csmall Exp $ */
/* AX25 header tracing
* Copyright 1991 Phil Karn, KA9Q
diff --git a/listen/icmpdump.c b/listen/icmpdump.c
index 2b51e7f..012c53b 100644
--- a/listen/icmpdump.c
+++ b/listen/icmpdump.c
@@ -1,4 +1,4 @@
-/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/icmpdump.c,v 1.1 2001/04/10 01:58:52 csmall Exp $ */
+/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/icmpdump.c,v 1.1.1.1 2001/04/10 01:58:52 csmall Exp $ */
/* ICMP header tracing
* Copyright 1991 Phil Karn, KA9Q
diff --git a/listen/ipdump.c b/listen/ipdump.c
index fc14461..6a72cc5 100644
--- a/listen/ipdump.c
+++ b/listen/ipdump.c
@@ -1,4 +1,4 @@
-/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/ipdump.c,v 1.1 2001/04/10 01:58:52 csmall Exp $ */
+/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/ipdump.c,v 1.1.1.1 2001/04/10 01:58:52 csmall Exp $ */
/* IP header tracing routines
* Copyright 1991 Phil Karn, KA9Q
diff --git a/listen/kissdump.c b/listen/kissdump.c
index 0066f63..b971b7a 100644
--- a/listen/kissdump.c
+++ b/listen/kissdump.c
@@ -1,4 +1,4 @@
-/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/kissdump.c,v 1.1 2001/04/10 01:58:53 csmall Exp $ */
+/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/kissdump.c,v 1.1.1.1 2001/04/10 01:58:53 csmall Exp $ */
/* Tracing routines for KISS TNC
* Copyright 1991 Phil Karn, KA9Q
diff --git a/listen/nrdump.c b/listen/nrdump.c
index a5a2bfc..190ac8d 100644
--- a/listen/nrdump.c
+++ b/listen/nrdump.c
@@ -1,4 +1,4 @@
-/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/nrdump.c,v 1.1 2001/04/10 01:58:54 csmall Exp $ */
+/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/nrdump.c,v 1.1.1.1 2001/04/10 01:58:54 csmall Exp $ */
/* NET/ROM header tracing routines
* Copyright 1991 Phil Karn, KA9Q
diff --git a/listen/tcpdump.c b/listen/tcpdump.c
index 3a9520f..487f92d 100644
--- a/listen/tcpdump.c
+++ b/listen/tcpdump.c
@@ -1,4 +1,4 @@
-/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/tcpdump.c,v 1.1 2001/04/10 01:58:56 csmall Exp $ */
+/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/tcpdump.c,v 1.1.1.1 2001/04/10 01:58:56 csmall Exp $ */
/* TCP header tracing routines
* Copyright 1991 Phil Karn, KA9Q
diff --git a/listen/udpdump.c b/listen/udpdump.c
index 4eb75a1..d19baf7 100644
--- a/listen/udpdump.c
+++ b/listen/udpdump.c
@@ -1,4 +1,4 @@
-/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/udpdump.c,v 1.1 2001/04/10 01:58:56 csmall Exp $ */
+/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/udpdump.c,v 1.1.1.1 2001/04/10 01:58:56 csmall Exp $ */
/* UDP packet tracing
* Copyright 1991 Phil Karn, KA9Q