summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_time.man
diff options
context:
space:
mode:
authorJoszef Kadlecsik <kadlec@blackhole.kfki.hu>2004-05-05 10:10:33 +0000
committerJoszef Kadlecsik <kadlec@blackhole.kfki.hu>2004-05-05 10:10:33 +0000
commitdb503f9a45f2a765ef63834a2c9416ccf59385af (patch)
tree2ccef3d601bc9cf51e8c5e891b18ad1320df6fd5 /extensions/libipt_time.man
parent7737eec010d91eef238271294f1f21cba8122c74 (diff)
Fabrice's time match update + Tom Eastep's conntrack mach fix applied (JK)
Diffstat (limited to 'extensions/libipt_time.man')
-rw-r--r--extensions/libipt_time.man18
1 files changed, 12 insertions, 6 deletions
diff --git a/extensions/libipt_time.man b/extensions/libipt_time.man
index 0871ecfa..94b40531 100644
--- a/extensions/libipt_time.man
+++ b/extensions/libipt_time.man
@@ -1,10 +1,16 @@
-This matches if the current time is within a given range.
+This matches if the packet arrival time/date is within a given range. All options are facultative.
.TP
-.BI "--timestart " "value"
-Match only if it is after `value' (Format: HH:MM).
+.BI " --timestart " "value"
+Match only if it is after `value' (Inclusive, format: HH:MM ; default 00:00).
.TP
-.BI "--timestop " "value"
-Match only if it is before `value' (Format: HH:MM).
+.BI "--timestop " "value"
+Match only if it is before `value' (Inclusive, format: HH:MM ; default 23:59).
.TP
.BI "--days " "listofdays"
-Match only if today is one of the given days. (Format: Mon,Tue,Wed,Thu,Fri)
+Match only if today is one of the given days. (format: Mon,Tue,Wed,Thu,Fri,Sat,Sun ; default everyday)
+.TP
+.BI "--datestart " "date"
+Match only if it is after `date' (Inclusive, format: YYYY[:MM[:DD[:hh[:mm[:ss]]]]] ; h,m,s start from 0 ; default to 1970)
+.TP
+.BI "--datestop " "date"
+Match only if it is before `date' (Inclusive, format: YYYY[:MM[:DD[:hh[:mm[:ss]]]]] ; h,m,s start from 0 ; default to 2037)