Add IPFIX_RECORDS_TO_CHECK to the environment variable section.

svn path=/trunk/; revision=34590
This commit is contained in:
Jeff Morriss 2010-10-20 18:00:25 +00:00
parent ce9f471175
commit d14bdd492e
3 changed files with 21 additions and 0 deletions

View 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)

View 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)

View 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)