ae56e41786
refactor: v2 ( #150 )
2023-08-09 19:47:20 -07:00
176eb8772f
docs: fix SrcVlan/VlanId mapping between protocols ( #136 )
...
In source code:
```go
NFV9_FIELD_SRC_VLAN = 58
NFV9_FIELD_DST_VLAN = 59
IPFIX_FIELD_vlanId = 58
IPFIX_FIELD_postVlanId = 59
case netflow.NFV9_FIELD_SRC_VLAN:
DecodeUNumber(v, &(flowMessage.VlanId))
DecodeUNumber(v, &(flowMessage.SrcVlan))
case netflow.NFV9_FIELD_DST_VLAN:
DecodeUNumber(v, &(flowMessage.DstVlan))
```
2023-03-06 19:09:47 -08:00
1468ff77c2
BGP Next Hop, Communities and AS-Path fields ( #101 )
...
* Add BGP Next Hop field to flow message (#11 )
* Add BGP Communities and AS Path fields (#12 )
Co-authored-by: Simon Podlipsky <simon@podlipsky.net>
2022-07-20 22:04:43 -07:00
536b08812f
Custom map flow fields ( #36 )
...
* adds dataframe link decoding
* can map NetFlow/IPFIX fields and bytes sections from sFlow/packets to any field inside the protobuf
* add CLI argument for loading a mapping yaml file
2021-09-23 20:41:17 -07:00
5ad65d5100
Fix README for SrcPort and DstPort
2021-09-07 07:35:09 -06:00
ab81e52b43
Fix protobuf
...
* Rebuiild with protoc v3.17.2 and protoc-gen-go v1.26.0
* Add misisng go_package flag
* Add protobuf documentation
2021-06-07 22:43:09 -07:00
80ef166b84
Add new compose stack ( #5 )
...
* add compose for ELK
* reorg compose directories, bind to docker versions and fix Clickhouse/Grafana configurations
2021-05-31 22:10:05 -07:00
e4bacbc4bd
init
2021-05-25 17:33:26 -07:00