aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-10-20 18:00:25 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-10-20 18:00:25 +0000
commitd14bdd492e52d1a24786b8e46ed1fa43a3ffbb7f (patch)
treefd9a85608b681cd5f6ded674df2d41c8d5bfc7ab /doc
parentce9f47117572d8b5c8854bd850bee108431b8d80 (diff)
Add IPFIX_RECORDS_TO_CHECK to the environment variable section.
svn path=/trunk/; revision=34590
Diffstat (limited to 'doc')
-rw-r--r--doc/rawshark.pod7
-rw-r--r--doc/tshark.pod7
-rw-r--r--doc/wireshark.pod.template7
3 files changed, 21 insertions, 0 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index ab0e9ca524..e91a8067ed 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -452,6 +452,13 @@ deciding if a file really is in the ERF format. Setting this environment
variable a number higher than the default (20) would make false positives
less likely.
+=item IPFIX_RECORDS_TO_CHECK
+
+This environment variable controls the number of IPFIX records checked when
+deciding if a file really is in the IPFIX format. Setting this environment
+variable a number higher than the default (20) would make false positives
+less likely.
+
=item WIRESHARK_ABORT_ON_DISSECTOR_BUG
If this environment variable is set, B<Rawshark> will call abort(3)
diff --git a/doc/tshark.pod b/doc/tshark.pod
index c205800857..3a332762c4 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1213,6 +1213,13 @@ deciding if a file really is in the ERF format. Setting this environment
variable a number higher than the default (20) would make false positives
less likely.
+=item IPFIX_RECORDS_TO_CHECK
+
+This environment variable controls the number of IPFIX records checked when
+deciding if a file really is in the IPFIX format. Setting this environment
+variable a number higher than the default (20) would make false positives
+less likely.
+
=item WIRESHARK_ABORT_ON_DISSECTOR_BUG
If this environment variable is set, B<TShark> will call abort(3)
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index c0cefb3f42..0adbd0f7bf 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -2663,6 +2663,13 @@ deciding if a file really is in the ERF format. Setting this environment
variable a number higher than the default (20) would make false positives
less likely.
+=item IPFIX_RECORDS_TO_CHECK
+
+This environment variable controls the number of IPFIX records checked when
+deciding if a file really is in the IPFIX format. Setting this environment
+variable a number higher than the default (20) would make false positives
+less likely.
+
=item WIRESHARK_ABORT_ON_DISSECTOR_BUG
If this environment variable is set, B<Wireshark> will call abort(3)