diff options
Diffstat (limited to 'usr.sbin/i4b/isdndecode')
-rw-r--r-- | usr.sbin/i4b/isdndecode/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/decode.h | 4 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/facility.c | 4 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/facility.h | 4 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/isdndecode.8 | 17 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/layer1.c | 4 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/layer2.c | 4 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/layer3.c | 4 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/layer3_subr.c | 4 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/main.c | 4 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/pcause.c | 4 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/pcause.h | 4 |
12 files changed, 42 insertions, 16 deletions
diff --git a/usr.sbin/i4b/isdndecode/Makefile b/usr.sbin/i4b/isdndecode/Makefile index cad91437..c6e4671 100644 --- a/usr.sbin/i4b/isdndecode/Makefile +++ b/usr.sbin/i4b/isdndecode/Makefile @@ -1,3 +1,4 @@ +# $FreeBSD$ PROG = isdndecode SRCS = main.c layer1.c layer2.c layer3.c \ layer3_subr.c facility.c pcause.c diff --git a/usr.sbin/i4b/isdndecode/decode.h b/usr.sbin/i4b/isdndecode/decode.h index bdd917a..83bab00 100644 --- a/usr.sbin/i4b/isdndecode/decode.h +++ b/usr.sbin/i4b/isdndecode/decode.h @@ -27,9 +27,11 @@ * decode.h - isdndecode header file * --------------------------------- * + * $Id: decode.h,v 1.6 1999/12/13 21:25:25 hm Exp $ + * * $FreeBSD$ * - * last edit-date: [Sun Feb 14 10:15:59 1999] + * last edit-date: [Mon Dec 13 21:49:50 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/facility.c b/usr.sbin/i4b/isdndecode/facility.c index c9003f8..3bb7b08 100644 --- a/usr.sbin/i4b/isdndecode/facility.c +++ b/usr.sbin/i4b/isdndecode/facility.c @@ -27,9 +27,11 @@ * facility.c - decode Q.932 facilities * ------------------------------------ * + * $Id: facility.c,v 1.4 1999/12/13 21:25:25 hm Exp $ + * * $FreeBSD$ * - * last edit-date: [Sun Feb 14 10:16:11 1999] + * last edit-date: [Mon Dec 13 21:49:56 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/facility.h b/usr.sbin/i4b/isdndecode/facility.h index 5e98e72..2a2832e 100644 --- a/usr.sbin/i4b/isdndecode/facility.h +++ b/usr.sbin/i4b/isdndecode/facility.h @@ -27,9 +27,11 @@ * facility.h - Q.932 facility header file * --------------------------------------- * + * $Id: facility.h,v 1.4 1999/12/13 21:25:25 hm Exp $ + * * $FreeBSD$ * - * last edit-date: [Sun Feb 14 10:16:17 1999] + * last edit-date: [Mon Dec 13 21:50:06 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/isdndecode.8 b/usr.sbin/i4b/isdndecode/isdndecode.8 index be06df5..552e62a 100644 --- a/usr.sbin/i4b/isdndecode/isdndecode.8 +++ b/usr.sbin/i4b/isdndecode/isdndecode.8 @@ -22,11 +22,11 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id: isdndecode.8,v 1.7 1999/12/13 22:11:55 hm Exp $ .\" -.\" last edit-date: [Sun Feb 14 10:16:25 1999] +.\" last edit-date: [Mon Dec 13 23:03:21 1999] .\" -.\" -hm writing manual page +.\" $FreeBSD$ .\" .Dd September 17, 1998 .Dt ISDNDECODE 8 @@ -149,12 +149,14 @@ ISDN D-channel layer 2 protocol description. ISDN D-channel layer 3 protocol description. .El .Pp + .Sh FILES .Bl -tag -width daddeldi -compact .It Pa /dev/i4btrc<n> The devicefile(s) used to get the decode messages for ISDN card unit <n> out of the kernel. .El + .Sh EXAMPLES The command: .Bd -literal -offset indent @@ -164,10 +166,13 @@ isdndecode -f /var/tmp/isdn.decode will start D channel tracing on passive controller 0 with all except B channel tracing enabled and logs everything into the output file /tmp/isdn.decode. + .Sh SEE ALSO .Xr isdnd 8 + .Sh BUGS Still one left. + .Sh STANDARDS ITU Recommendations I.430, Q.920, Q.921, Q.930, Q.931 .Pp @@ -178,9 +183,9 @@ ETSI Recommendation ETS 300 179 (10/92), ETS 300 180 (10/92) 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 and this manual page was written by +utility and this manual page were written by .An Hellmuth Michaelis Aq hm@kts.org . - diff --git a/usr.sbin/i4b/isdndecode/layer1.c b/usr.sbin/i4b/isdndecode/layer1.c index 4737438..c08b628 100644 --- a/usr.sbin/i4b/isdndecode/layer1.c +++ b/usr.sbin/i4b/isdndecode/layer1.c @@ -27,9 +27,11 @@ * layer1.c - isdndecode, decode and print layer 1 information * ----------------------------------------------------------- * + * $Id: layer1.c,v 1.4 1999/12/13 21:25:25 hm Exp $ + * * $FreeBSD$ * - * last edit-date: [Sun Feb 14 10:16:40 1999] + * last edit-date: [Mon Dec 13 21:50:34 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/layer2.c b/usr.sbin/i4b/isdndecode/layer2.c index 9b5b737..1e53986 100644 --- a/usr.sbin/i4b/isdndecode/layer2.c +++ b/usr.sbin/i4b/isdndecode/layer2.c @@ -27,9 +27,11 @@ * layer2.c - decode and print layer 2 (Q.921) information * ------------------------------------------------------- * + * $Id: layer2.c,v 1.5 1999/12/13 21:25:25 hm Exp $ + * * $FreeBSD$ * - * last edit-date: [Sun Feb 14 10:16:46 1999] + * last edit-date: [Mon Dec 13 21:50:41 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/layer3.c b/usr.sbin/i4b/isdndecode/layer3.c index c7b6927..e1df3c5 100644 --- a/usr.sbin/i4b/isdndecode/layer3.c +++ b/usr.sbin/i4b/isdndecode/layer3.c @@ -27,9 +27,11 @@ * layer3.c - decode and print layer 3 (Q.931) information * ------------------------------------------------------- * + * $Id: layer3.c,v 1.7 1999/12/13 21:25:25 hm Exp $ + * * $FreeBSD$ * - * last edit-date: [Sun Feb 14 10:16:52 1999] + * last edit-date: [Mon Dec 13 21:50:48 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/layer3_subr.c b/usr.sbin/i4b/isdndecode/layer3_subr.c index 1872170..ce3d580 100644 --- a/usr.sbin/i4b/isdndecode/layer3_subr.c +++ b/usr.sbin/i4b/isdndecode/layer3_subr.c @@ -27,9 +27,11 @@ * layer3_subr.c - subroutines for IE decoding * ------------------------------------------- * + * $Id: layer3_subr.c,v 1.6 1999/12/13 21:25:25 hm Exp $ + * * $FreeBSD$ * - * last edit-date: [Sun Feb 14 10:16:58 1999] + * last edit-date: [Mon Dec 13 21:51:00 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/main.c b/usr.sbin/i4b/isdndecode/main.c index ead3252..4062871 100644 --- a/usr.sbin/i4b/isdndecode/main.c +++ b/usr.sbin/i4b/isdndecode/main.c @@ -27,9 +27,11 @@ * main.c - isdndecode main program file * ------------------------------------- * + * $Id: main.c,v 1.12 1999/12/13 21:25:25 hm Exp $ + * * $FreeBSD$ * - * last edit-date: [Fri Jul 30 08:14:58 1999] + * last edit-date: [Mon Dec 13 21:51:07 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/pcause.c b/usr.sbin/i4b/isdndecode/pcause.c index a9f7f2f..610a960 100644 --- a/usr.sbin/i4b/isdndecode/pcause.c +++ b/usr.sbin/i4b/isdndecode/pcause.c @@ -27,9 +27,11 @@ * pcause.c - printing cause values * -------------------------------- * + * $Id: pcause.c,v 1.5 1999/12/13 21:25:25 hm Exp $ + * * $FreeBSD$ * - * last edit-date: [Sun Feb 14 10:17:10 1999] + * last edit-date: [Mon Dec 13 21:51:20 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/pcause.h b/usr.sbin/i4b/isdndecode/pcause.h index 3f31eb9..2c1c7f4 100644 --- a/usr.sbin/i4b/isdndecode/pcause.h +++ b/usr.sbin/i4b/isdndecode/pcause.h @@ -27,9 +27,11 @@ * pcause.h - Q.850 causes definitions * ----------------------------------- * + * $Id: pcause.h,v 1.4 1999/12/13 21:25:25 hm Exp $ + * * $FreeBSD$ * - * last edit-date: [Sun Feb 14 10:17:15 1999] + * last edit-date: [Mon Dec 13 21:51:32 1999] * *---------------------------------------------------------------------------*/ |