protocol

package
v0.0.0-...-ad42bc2 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Protocols = []Protocol{
		&arp.Protocol{},
		&dhcpv4.Protocol{},
		&dns.Protocol{},
		&http.Protocol{},
	}
)

Functions

This section is empty.

Types

type Protocol

type Protocol interface {
	CanAnalyze(gopacket.Packet) bool
	Analyze(gopacket.Packet) error
	PrintSummary()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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