aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-20 18:00:25 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-20 18:00:25 +0000
commitc3f41a04e7a173deaa80aec2ec3284bb4b2183c5 (patch)
treefd9a85608b681cd5f6ded674df2d41c8d5bfc7ab
parentdda76b7b794503bca70eeef576c33bd79579c65c (diff)
Add IPFIX_RECORDS_TO_CHECK to the environment variable section.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34590 f5534014-38df-0310-8fa8-9805f1628bb7
-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)