netflow_parser 0.2.2

Parser for Netflow Cisco V5, V7, V9, IPFIX
Documentation
[dependencies.nom]
version = "7.1.3"

[dependencies.nom-derive]
version = "0.10.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.166"
[dev-dependencies.insta]
features = ["yaml"]
version = "1.30.0"

[dev-dependencies.serde_json]
version = "1.0.100"

[features]
default = []
unix_timestamp = []

[package]
categories = ["encoding", "network-programming", "parser-implementations"]
description = "Parser for Netflow Cisco V5, V7, V9, IPFIX"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "netflow_parser"
readme = "README.md"
repository = "https://github.com/mikemiles-dev/netflow_parser/"
version = "0.2.2"