You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With nfsen, doing list flows > bi-directional with outputs other than auto/line/long it fails due to unknown output mode 'bi###' unless its auto/line/long.
Well - bigline is not supported, however my recommendation would be to create all output formats of your choice in ndfump.conf. The guard may be possible, but at some point we should compile the available output formats from what is available and configured in nfdump.
With nfsen, doing list flows > bi-directional with outputs other than auto/line/long it fails due to unknown output mode 'bi###' unless its auto/line/long.
Figure there was no plans to add the other bi-output formats, so perhaps at:
https://github.com/phaag/nfsen/blob/main/html/process.php#L70
Have guard to only do -o bi$format if format matches line/long?
if ( $is_bidir && (in_array($format, array("line", "long") ) {
The text was updated successfully, but these errors were encountered: