1
0
mirror of https://github.com/netsampler/goflow2.git synced 2024-05-06 15:54:52 +00:00

16 Commits

Author SHA1 Message Date
1b390e4c28 fix: uptime/first/last are in millisecond (#304) 2024-04-02 20:50:59 -07:00
74b601c81c include ObservationDomainId in netflowv9 (#282) 2024-03-23 19:53:47 -07:00
bd9d794a2c feat: add string renderer (#277) 2024-01-19 21:28:14 -08:00
1a900554fb producer: increase performance of sampling rate lookup (#264)
Formatting a string with version and domain when looking up sampling
rate hurts performance. Instead, use a dedicated structure for key. It
also reduces the pressure on the GC.
2023-12-29 03:29:09 -08:00
3f017c46b0 bugfix: check etype size before decoding (#252) 2023-12-12 18:44:59 -08:00
da044ac77a producer: add datetime render (#225) 2023-12-06 05:03:45 -08:00
5ba02103eb bug: fix kafka transport default partitioning (#246) 2023-12-06 04:53:51 -08:00
34a0c1618e decoders: port reader changes from v1 to v2 (#204) 2023-09-04 03:19:41 -07:00
cfed6da9c1 producer: fix fragment for NetFlow (#215) 2023-09-01 15:22:47 -07:00
9f2b0806f0 producer: fix fragment (#214) 2023-09-01 14:41:55 -07:00
bfb23ba283 producer: various improvements (#213)
* feat: add IpFlags field in the protobuf (sFlow and IPFIX populate it)
* fix: fragments parsing from previous commit
* refactor: sflow parsing functions
* feat: decode IPv6 fragment headers
* tests: add producer tests
2023-09-01 14:18:18 -07:00
8988f2c244 producer: add missing renderer for bgp_next_hop (#210) 2023-08-31 22:31:34 -07:00
026fef546e fix: missing time received ns in netflow v5 (#209)
Co-authored-by: Paweł Mieczkowski <pawel.mieczkowski@redge.com>
2023-08-26 08:52:20 -07:00
a6fe3ffb12 producer: bugfix of sampling mapping for ipfix (#207) 2023-08-23 20:51:54 -07:00
458e90777f producer: fix fragments (#196) 2023-08-09 19:57:45 -07:00
ae56e41786 refactor: v2 (#150) 2023-08-09 19:47:20 -07:00