# Functions
No description provided by the author
FlowPacketsFromGoPacket split original packet into multiple packets in case of encapsulation like GRE, VXLAN, etc.
FlowPacketsFromSFlowSample returns an array of FlowPackets as a sample contains mutlple records which generate a FlowPackets each.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewFilterActiveAt returns a filter including all the elements that are active/alive at that time, ex: flow started and not expired at that time.
NewFilterActiveIn returns a filter that returns elements that were active in the given time range.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewFilterIncludedIn returns a filter that returns elements that include in the time range.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
Create a layer type, should be unique and high, so it doesn't conflict, giving it a name and a decoder to use.
Try to find if the next layer is IPv4, or IPv6.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TableQuery contains a type and a query obj as an array of bytes.
TableReply is the response to a TableQuery containing a Status and an array of replies that can be encoded in many ways, ex: json, protobuf.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
FlowPackets represents a suite of parent/child FlowPacket.