These 16 commits are when the Protocol Buffers files have changed:
Commit: | f27eadb | |
---|---|---|
Author: | Louis Poinsignon | |
Committer: | Louis |
Add PPP decoding
The documentation is generated from this commit.
Commit: | 2b389c6 | |
---|---|---|
Author: | Simon Podlipsky | |
Committer: | Simon Podlipsky |
Rename SrcIf to InIf and DstIf to OutIf Closes #28
Commit: | 782dc56 | |
---|---|---|
Author: | Louis Poinsignon | |
Committer: | Louis Poinsignon |
Add decoding formats * MPLS is now decoded for sFlow (added label protobuf field) * GRE is decoded for sFlow (added encapsulation protobuf fields)
Commit: | 374967e | |
---|---|---|
Author: | Simon Podlipsky |
Ensure line feed at the end of file
Commit: | 2c9c0a6 | |
---|---|---|
Author: | Louis Poinsignon | |
Committer: | Louis Poinsignon |
Version 3
Commit: | ec20c3b | |
---|---|---|
Author: | lspgn | |
Committer: | GitHub |
Merge branch 'master' into flowtime
Commit: | 37889d5 | |
---|---|---|
Author: | Louis Poinsignon | |
Committer: | Louis Poinsignon |
updated readme, fmt, protobuf info
Commit: | 40bba56 | |
---|---|---|
Author: | Louis Poinsignon |
Renumber protobuf for compatiblity reasons
Commit: | 569608b | |
---|---|---|
Author: | Louis Poinsignon | |
Committer: | Louis Poinsignon |
Version 3.0: * Revamped API: * NetFlow v5 decoding * New fields (start timeflow, end timeflow, vrf, biflowdirection) * Creation of small cmd for each task (per protocol and goflow for all) * Kafka can load-balancer per key from the protobuf * Updated Makefile
Commit: | 89e5246 | |
---|---|---|
Author: | Daniel Nägele |
add new TimeFlow fields to protobuf and compile
Commit: | e2b89a6 | |
---|---|---|
Author: | Daniel Nägele |
add vrf ids to protobuf format
Commit: | 6f6ee46 | |
---|---|---|
Author: | Louis Poinsignon | |
Committer: | Louis Poinsignon |
Added flow label parsing (IPv6)
Commit: | f7cc44a | |
---|---|---|
Author: | Louis Poinsignon |
Added fragment collection (IPv4 only in sFlow at the moment). #9
Commit: | dbb683e | |
---|---|---|
Author: | Louis Poinsignon |
Vlan and etype fix: * Added Makefile to generate protobuf * Added src/dstvlan population (new protobuf fields) * NetFlow now sets the etype value
Commit: | 0e715d6 | |
---|---|---|
Author: | Louis |
Parse ICMP code and type (#7) * sflow: from packet sample * netflow/ipfix: * field 32 on NetFlow * fields 139, 176, 177, 178,179 on IPFIX * updated protobuf
Commit: | a37ac53 | |
---|---|---|
Author: | Louis | |
Committer: | Louis |
Init