diff options
author | hm <hm@FreeBSD.org> | 1999-12-14 21:14:28 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 1999-12-14 21:14:28 +0000 |
commit | a53726a684bbbe7c65bcfeb9aca85f45a8eaf1e2 (patch) | |
tree | 7b7208891a81f877dc85f37d5afec02a17f8bde5 /usr.sbin/i4b/isdntrace/trace.c | |
parent | e5044a69c99727fc68f6b7f09689aeb5244d9549 (diff) | |
download | FreeBSD-src-a53726a684bbbe7c65bcfeb9aca85f45a8eaf1e2.zip FreeBSD-src-a53726a684bbbe7c65bcfeb9aca85f45a8eaf1e2.tar.gz |
update to isdn4bsd beta release 0.90
Diffstat (limited to 'usr.sbin/i4b/isdntrace/trace.c')
-rw-r--r-- | usr.sbin/i4b/isdntrace/trace.c | 17 |
1 files changed, 3 insertions, 14 deletions
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] * *---------------------------------------------------------------------------*/ |