summaryrefslogtreecommitdiffstats
path: root/ax25/mheardd.8
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2005-12-10 14:45:02 +0000
committerThomas Osterried <thomas@osterried.de>2005-12-10 14:45:02 +0000
commitf4d3f0dc920f69aa903f91ae0ef2fb14b9a5195b (patch)
tree19bbf8dfe3fdba5b3441f4cd4795335bfa36ec63 /ax25/mheardd.8
parente9898ef81f6abb033c5380780d2089e246ceceb3 (diff)
- Increased max value for mheard list to 1000.
New default is 100. - New option "-p port1[,port2,..] for including / excluding ports. Todo: different lists and sizes for earch port Requests were by f4ecw.
Diffstat (limited to 'ax25/mheardd.8')
-rw-r--r--ax25/mheardd.812
1 files changed, 9 insertions, 3 deletions
diff --git a/ax25/mheardd.8 b/ax25/mheardd.8
index 63cda36..c0dd200 100644
--- a/ax25/mheardd.8
+++ b/ax25/mheardd.8
@@ -2,7 +2,7 @@
.SH NAME
mheardd \- collect information about packet activity
.SH SYNOPSIS
-.B mheardd [-f] [-l] [-n number] [-v]
+.B mheardd [-f] [-l] [-n number] [-p [!]port1[,port2,..]] [-v]
.SH DESCRIPTION
.LP
.B Mheardd
@@ -25,8 +25,14 @@ default.
Enables logging to the system log file. The default is off.
.TP 10
.BI "\-n number"
-Sets the number of entries in the activity list file, the default is 40. The
-minimum value allowed is 10 and the maximum is 100.
+Sets the number of entries in the activity list file, the default is 100. The
+minimum value allowed is 10 and the maximum is 1000.
+.TP 10
+.BI "\-p [!]port1[,port2,..]"
+With -p, you instruct mheardd to only listen on specified ax25 ports.
+You may give more ports, seperated by ','.
+If you introduce the port(s) by a leading '!', then mheardd will listen
+on all ports except those you specified.
.TP 10
.BI \-v
Display the version.