python-netflow-v9-softflowd
python-netflow-v9-softflowd copied to clipboard
bugfix/ipfix-attribute-error
line 740 would be reached when field_type is None, So field_type.type raises AttributeError. Replacing with the more indicative error.