Add IPFIX_RECORDS_TO_CHECK to the environment variable section.
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 20 Oct 2010 18:00:25 +0000 (18:00 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 20 Oct 2010 18:00:25 +0000 (18:00 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34590 f5534014-38df-0310-8fa8-9805f1628bb7

doc/rawshark.pod
doc/tshark.pod
doc/wireshark.pod.template

index ab0e9ca5245dedcdc12d4136c41b2621b1794022..e91a8067ed6485771fe7f066417225d0bee3d824 100644 (file)
@@ -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)
index c205800857ad3d70e8ecd12f6a85ba30dab74926..3a332762c4b7324357bba7708e6bbb23d667bfea 100644 (file)
@@ -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)
index c0cefb3f42bcf7980f25696ccb1f906d5311fe60..0adbd0f7bf2f44b25ae6b3d1e16836059735bd9d 100644 (file)
@@ -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)