mikemiles-dev / netflow_parser

netflow_parser
Apache License 2.0
6 stars 3 forks source link

bug: PostNatdestinationIpv4address => PostNatsourceIpv4address #7

Closed karel-un closed 9 months ago

karel-un commented 9 months ago

https://github.com/mikemiles-dev/netflow_parser/blob/2cd911f585120414417fedf36339a512751deaf2/src/variable_versions/ipfix_lookup.rs#L1196

abrugh commented 9 months ago

also... 394 maps to SelectorIdTotalPktsObserved but it should be selectorIDTotalFlowsObserved 395 maps to SelectorIdTotalPktsSelected but it should be selectorIDTotalFlowsSelected 501 maps to SrhSegmentIpv6listSection but it should be srhSegmentIPv6LocatorLength

mikemiles-dev commented 9 months ago

https://github.com/mikemiles-dev/netflow_parser/pull/8

mikemiles-dev commented 9 months ago

Give this a look. If acceptable I can merge, tag, and cargo publish tonight.

karel-un commented 9 months ago

Field 225 fix is trivial and I already fixed and tested it localy. But I am not sure about other fields.

@abrugh ?