flowstore

package module
v0.0.0-...-49098ed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

README

flowstore

IPFIX flow message collector and storage system

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flow

type Flow struct {
	SourceIP               net.IP
	DestinationIP          net.IP
	SourcePort             uint16
	DestinationPort        uint16
	Protocol               uint8
	FlowStartMilliseconds  uint64
	FlowEndMilliseconds    uint64
	FlowOctetCount         uint64
	FlowPacketCount        uint64
	ReverseFlowOctetCount  uint64
	ReverseFlowPacketCount uint64
	Metadata               map[string]interface{}
}

Flow represents a netflow with associated metadata

func (*Flow) String

func (f *Flow) String() string

Directories

Path Synopsis
cmd
collection

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL