summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/isdntrace
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>1999-12-14 21:14:28 +0000
committerhm <hm@FreeBSD.org>1999-12-14 21:14:28 +0000
commita53726a684bbbe7c65bcfeb9aca85f45a8eaf1e2 (patch)
tree7b7208891a81f877dc85f37d5afec02a17f8bde5 /usr.sbin/i4b/isdntrace
parente5044a69c99727fc68f6b7f09689aeb5244d9549 (diff)
downloadFreeBSD-src-a53726a684bbbe7c65bcfeb9aca85f45a8eaf1e2.zip
FreeBSD-src-a53726a684bbbe7c65bcfeb9aca85f45a8eaf1e2.tar.gz
update to isdn4bsd beta release 0.90
Diffstat (limited to 'usr.sbin/i4b/isdntrace')
-rw-r--r--usr.sbin/i4b/isdntrace/1tr6.c6
-rw-r--r--usr.sbin/i4b/isdntrace/Makefile1
-rw-r--r--usr.sbin/i4b/isdntrace/cable.txt6
-rw-r--r--usr.sbin/i4b/isdntrace/isdntrace.816
-rw-r--r--usr.sbin/i4b/isdntrace/pcause_1tr6.c4
-rw-r--r--usr.sbin/i4b/isdntrace/pcause_1tr6.h4
-rw-r--r--usr.sbin/i4b/isdntrace/pcause_q850.c4
-rw-r--r--usr.sbin/i4b/isdntrace/pcause_q850.h4
-rw-r--r--usr.sbin/i4b/isdntrace/q921.c13
-rw-r--r--usr.sbin/i4b/isdntrace/q931.c6
-rw-r--r--usr.sbin/i4b/isdntrace/q931_util.c6
-rw-r--r--usr.sbin/i4b/isdntrace/q932_fac.c6
-rw-r--r--usr.sbin/i4b/isdntrace/q932_fac.h6
-rw-r--r--usr.sbin/i4b/isdntrace/trace.c17
-rw-r--r--usr.sbin/i4b/isdntrace/trace.h7
15 files changed, 55 insertions, 51 deletions
diff --git a/usr.sbin/i4b/isdntrace/1tr6.c b/usr.sbin/i4b/isdntrace/1tr6.c
index fe50837..db2bc71 100644
--- a/usr.sbin/i4b/isdntrace/1tr6.c
+++ b/usr.sbin/i4b/isdntrace/1tr6.c
@@ -27,9 +27,11 @@
* 1tr6.c - print 1TR6 protocol traces
* -----------------------------------
*
- * $FreeBSD$
+ * $Id: 1tr6.c,v 1.6 1999/12/13 21:25:26 hm Exp $
*
- * last edit-date: [Sun Feb 14 10:22:11 1999]
+ * $FreeBSD$
+ *
+ * last edit-date: [Mon Dec 13 21:55:31 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/usr.sbin/i4b/isdntrace/Makefile b/usr.sbin/i4b/isdntrace/Makefile
index 150c18d..0596e5b 100644
--- a/usr.sbin/i4b/isdntrace/Makefile
+++ b/usr.sbin/i4b/isdntrace/Makefile
@@ -1,3 +1,4 @@
+# $FreeBSD$
PROG = isdntrace
SRCS = q921.c q931.c q931_util.c q932_fac.c 1tr6.c trace.c \
pcause_1tr6.c pcause_q850.c
diff --git a/usr.sbin/i4b/isdntrace/cable.txt b/usr.sbin/i4b/isdntrace/cable.txt
index 1190668..21a1cdb 100644
--- a/usr.sbin/i4b/isdntrace/cable.txt
+++ b/usr.sbin/i4b/isdntrace/cable.txt
@@ -3,9 +3,11 @@
* Custom cable to trace an ISDN S0 bus with two passive (!) ISDN boards
* ---------------------------------------------------------------------
*
- * $FreeBSD$
+ * $Id: cable.txt,v 1.4 1999/12/13 21:25:26 hm Exp $
*
- * last edit-date: [Thu Jan 22 19:57:50 1998]
+ * $FreeBSD$
+ *
+ * last edit-date: [Mon Dec 13 21:55:42 1999]
*
* -hm documentation of analyze mode
*
diff --git a/usr.sbin/i4b/isdntrace/isdntrace.8 b/usr.sbin/i4b/isdntrace/isdntrace.8
index d648f1c..fc13bd4 100644
--- a/usr.sbin/i4b/isdntrace/isdntrace.8
+++ b/usr.sbin/i4b/isdntrace/isdntrace.8
@@ -22,9 +22,11 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $Id: isdntrace.8,v 1.12 1999/12/13 22:11:55 hm Exp $
+.\"
.\" $FreeBSD$
.\"
-.\" last edit-date: [Sun Feb 14 10:22:24 1999]
+.\" last edit-date: [Mon Dec 13 23:08:17 1999]
.\"
.Dd October 19, 1998
.Dt ISDNTRACE 8
@@ -196,14 +198,14 @@ ETSI Recommendation ETS 300 181 (04/93), ETS 300 182 (04/93)
.Pp
ITU Recommendation X.208, X.209
-.Sh AUTHORS
+.Sh AUTHOR
The
.Nm
-utility was written by
-.An Gary Jennejohn
-and
+utility was written by
+.An Gary Jennejohn
+and
.An Hellmuth Michaelis .
.Pp
-This manual page was written by
-.An Hellmuth Michaelis Aq hm@kts.org
+This manual page was written by
+.An Hellmuth Michaelis Aq hm@kts.org .
diff --git a/usr.sbin/i4b/isdntrace/pcause_1tr6.c b/usr.sbin/i4b/isdntrace/pcause_1tr6.c
index 69f4501..b319d74 100644
--- a/usr.sbin/i4b/isdntrace/pcause_1tr6.c
+++ b/usr.sbin/i4b/isdntrace/pcause_1tr6.c
@@ -27,9 +27,11 @@
* printing cause values
* ---------------------
*
+ * $Id: pcause_1tr6.c,v 1.6 1999/12/13 21:25:26 hm Exp $
+ *
* $FreeBSD$
*
- * last edit-date: [Sun Feb 14 10:22:30 1999]
+ * last edit-date: [Mon Dec 13 21:56:03 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/usr.sbin/i4b/isdntrace/pcause_1tr6.h b/usr.sbin/i4b/isdntrace/pcause_1tr6.h
index 50cca66..67f50de 100644
--- a/usr.sbin/i4b/isdntrace/pcause_1tr6.h
+++ b/usr.sbin/i4b/isdntrace/pcause_1tr6.h
@@ -27,9 +27,11 @@
* pcause1tr6.h - 1TR6 causes definitions
* --------------------------------------
*
+ * $Id: pcause_1tr6.h,v 1.5 1999/12/13 21:25:26 hm Exp $
+ *
* $FreeBSD$
*
- * last edit-date: [Sun Feb 14 10:22:36 1999]
+ * last edit-date: [Mon Dec 13 21:56:10 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/usr.sbin/i4b/isdntrace/pcause_q850.c b/usr.sbin/i4b/isdntrace/pcause_q850.c
index 2ac097e..57eaf32 100644
--- a/usr.sbin/i4b/isdntrace/pcause_q850.c
+++ b/usr.sbin/i4b/isdntrace/pcause_q850.c
@@ -27,9 +27,11 @@
* printing cause values
* ---------------------
*
+ * $Id: pcause_q850.c,v 1.6 1999/12/13 21:25:26 hm Exp $
+ *
* $FreeBSD$
*
- * last edit-date: [Sun Feb 14 10:22:42 1999]
+ * last edit-date: [Mon Dec 13 21:56:18 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/usr.sbin/i4b/isdntrace/pcause_q850.h b/usr.sbin/i4b/isdntrace/pcause_q850.h
index 01f2178..ea21770 100644
--- a/usr.sbin/i4b/isdntrace/pcause_q850.h
+++ b/usr.sbin/i4b/isdntrace/pcause_q850.h
@@ -27,9 +27,11 @@
* pcauseq850.h - Q.850 causes definitions
* ---------------------------------------
*
+ * $Id: pcause_q850.h,v 1.5 1999/12/13 21:25:26 hm Exp $
+ *
* $FreeBSD$
*
- * last edit-date: [Sun Feb 14 10:22:48 1999]
+ * last edit-date: [Mon Dec 13 21:56:25 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/usr.sbin/i4b/isdntrace/q921.c b/usr.sbin/i4b/isdntrace/q921.c
index 5ad964d..e8c14dc 100644
--- a/usr.sbin/i4b/isdntrace/q921.c
+++ b/usr.sbin/i4b/isdntrace/q921.c
@@ -30,18 +30,11 @@
* q.921.c - print Q.921 traces
* ----------------------------
*
- * $FreeBSD$
+ * $Id: q921.c,v 1.4 1999/12/13 21:25:26 hm Exp $
*
- * last edit-date: [Thu Apr 16 15:38:34 1998]
+ * $FreeBSD$
*
- * -hm splitting
- * -hm printing to buffer
- * -hm slightly reformatted TEI management proc output
- * -hm minor fixes
- * -hm fixing response/command
- * -hm fixing count off by one
- * -hm dump only Q.921 part of frame
- * -hm cleanup
+ * last edit-date: [Mon Dec 13 21:56:46 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/usr.sbin/i4b/isdntrace/q931.c b/usr.sbin/i4b/isdntrace/q931.c
index f997f9e..d61ec9a 100644
--- a/usr.sbin/i4b/isdntrace/q931.c
+++ b/usr.sbin/i4b/isdntrace/q931.c
@@ -27,9 +27,11 @@
* q931.c - print Q.931 traces
* ---------------------------
*
- * $FreeBSD$
+ * $Id: q931.c,v 1.6 1999/12/13 21:25:26 hm Exp $
*
- * last edit-date: [Sun Feb 14 10:23:03 1999]
+ * $FreeBSD$
+ *
+ * last edit-date: [Mon Dec 13 21:56:56 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/usr.sbin/i4b/isdntrace/q931_util.c b/usr.sbin/i4b/isdntrace/q931_util.c
index 2afdd5a..bca17dd 100644
--- a/usr.sbin/i4b/isdntrace/q931_util.c
+++ b/usr.sbin/i4b/isdntrace/q931_util.c
@@ -27,9 +27,11 @@
* q931_util.c - utility functions to print Q.931 traces
* -----------------------------------------------------
*
- * $FreeBSD$
+ * $Id: q931_util.c,v 1.6 1999/12/13 21:25:26 hm Exp $
*
- * last edit-date: [Sun Feb 14 10:23:10 1999]
+ * $FreeBSD$
+ *
+ * last edit-date: [Mon Dec 13 21:57:03 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/usr.sbin/i4b/isdntrace/q932_fac.c b/usr.sbin/i4b/isdntrace/q932_fac.c
index 55354a8..dc3194b 100644
--- a/usr.sbin/i4b/isdntrace/q932_fac.c
+++ b/usr.sbin/i4b/isdntrace/q932_fac.c
@@ -27,9 +27,11 @@
* q932_fac.c - decode Q.932 facilities
* ------------------------------------
*
- * $FreeBSD$
+ * $Id: q932_fac.c,v 1.6 1999/12/13 21:25:26 hm Exp $
*
- * last edit-date: [Sun Feb 14 10:23:16 1999]
+ * $FreeBSD$
+ *
+ * last edit-date: [Mon Dec 13 21:57:11 1999]
*
*---------------------------------------------------------------------------
*
diff --git a/usr.sbin/i4b/isdntrace/q932_fac.h b/usr.sbin/i4b/isdntrace/q932_fac.h
index 176a705..a3641cf 100644
--- a/usr.sbin/i4b/isdntrace/q932_fac.h
+++ b/usr.sbin/i4b/isdntrace/q932_fac.h
@@ -27,9 +27,11 @@
* q932_fac.h - facility header file
* ---------------------------------
*
- * $FreeBSD$
+ * $Id: q932_fac.h,v 1.6 1999/12/13 21:25:26 hm Exp $
*
- * last edit-date: [Sun Feb 14 10:23:22 1999]
+ * $FreeBSD$
+ *
+ * last edit-date: [Mon Dec 13 21:57:18 1999]
*
*---------------------------------------------------------------------------
*
diff --git a/usr.sbin/i4b/isdntrace/trace.c b/usr.sbin/i4b/isdntrace/trace.c
index 465d363..b38127f 100644
--- a/usr.sbin/i4b/isdntrace/trace.c
+++ b/usr.sbin/i4b/isdntrace/trace.c
@@ -35,22 +35,11 @@
* trace.c - print traces of D (B) channel activity for isdn4bsd
* -------------------------------------------------------------
*
- * $FreeBSD$
+ * $Id: trace.c,v 1.15 1999/12/13 21:25:26 hm Exp $
*
- * last edit-date: [Fri Jul 30 08:16:59 1999]
+ * $FreeBSD$
*
- * -hm rewriting for isic and new trace format
- * -hm new option -f, use automatic name for -o
- * -hm changed default option setting
- * -hm multi unit support
- * -hm analyzer functionality
- * -hm binary record/playback
- * -hm -p option
- * -hm cleanup
- * -hm adding date to timestamp field
- * -hm reopen files on SIGUSR1 for rotation
- * -hm Joerg reported a bug with commandline options
- * -hm I.430 INFO signals from layer 1
+ * last edit-date: [Mon Dec 13 21:57:48 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/usr.sbin/i4b/isdntrace/trace.h b/usr.sbin/i4b/isdntrace/trace.h
index 276b340..c7cc165 100644
--- a/usr.sbin/i4b/isdntrace/trace.h
+++ b/usr.sbin/i4b/isdntrace/trace.h
@@ -35,12 +35,11 @@
* trace.h - header file for isdn trace
* ------------------------------------
*
- * $FreeBSD$
+ * $Id: trace.h,v 1.9 1999/12/13 21:25:26 hm Exp $
*
- * last edit-date: [Sun Feb 14 10:23:35 1999]
+ * $FreeBSD$
*
- * -hm splitting
- * -hm new filenames
+ * last edit-date: [Mon Dec 13 21:58:07 1999]
*
*---------------------------------------------------------------------------*/
OpenPOWER on IntegriCloud