dump

package
v0.0.0-...-d75711b Latest Latest
Warning

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

Go to latest
Published: May 30, 2021 License: CC0-1.0 Imports: 8 Imported by: 0

Documentation

Overview

/ パケットをpcapにダンプする

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dumper

type Dumper interface {
	Write(ci gopacket.CaptureInfo, data []byte) error
	Flush() error
	Close() error
	SetCloseCallback(func(string))
}

func NewDumper

func NewDumper(filename string, snaplen uint32, linktype layers.LinkType) (Dumper, error)

func NewRotateDumper

func NewRotateDumper(filename string, snaplen uint32, linktype layers.LinkType, dur time.Duration) (Dumper, error)

Jump to

Keyboard shortcuts

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