Srikar Tati

Results 9 issues of Srikar Tati

zoneID can be a netfilter attribute along with mark and mask. This will help in dumping connections in a specific zoneID of conntrack table.

**Describe the bug** The [message struct](https://github.com/vmware/go-ipfix/blob/main/pkg/entities/message.go#L29) contains set pointer. And set pointer contains pointers to records. A single record contains pointers to multiple information elements. Using pointers in these different...

bug

**Describe the bug** In scale setups, memory utilization of aggregation process can be very high. In PoCs with preallocation, total memory consumption went down by 20-30% but there is no...

bug

**Is your feature request related to a problem? Please describe.** We have multiple senders in the collection process with goroutines for each client, and multiple receivers with workers in the...

Add support for checking the year of newly-added files. _Originally posted by @zyiou in https://github.com/vmware/go-ipfix/pull/108#discussion_r611991379_

This utility is mainly focused on the template sets. It has to take element names and corresponding enterprise IDs as input. The objective is to make things easy for user...

- [ ] Documentation for abstraction of pkg/entities or in general code structure. - [ ] Documentation for exporter - [ ] Documentation for collector - [ ] Documentation for...

**Describe the bug** With code generation check worflow, we run build_registry.go multiple times in quick succession. During its run, we do http.get on https://www.iana.org/assignments/ipfix/ipfix-information-elements.csv. There is cache control introduced on...

bug
high-priority

We do not wait for server/IPFIX collector when exporting process making a connection. We should probably do this connection in a goroutine and have a time out to fail. In...