wireshark

package
v0.0.0-...-7df0ded Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2022 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Menu(args ...string) (err error)

Menu of Wireshark

Types

type Event

type Event struct {
	IP     string             `json:"ip"`
	Count  int                `json:"count"`
	DnsRes dnsres.Resolutions `json:"dnsres"`
	Whois  whois.Whois        `json:"whois"`
}

Event of Wireshark

type Events

type Events []Event

Events of Wireshark sorted by IP

func (Events) Len

func (slice Events) Len() int

func (Events) Less

func (slice Events) Less(i, j int) bool

func (Events) Swap

func (slice Events) Swap(i, j int)

type Interface

type Interface struct {
	ID     int    `json:"id"`
	Device string `json:"device"`
	Name   string `json:"name"`
}

Interface of network

type Interfaces

type Interfaces []Interface

Interfaces of network

func (Interfaces) Len

func (slice Interfaces) Len() int

func (Interfaces) Less

func (slice Interfaces) Less(i, j int) bool

func (Interfaces) Swap

func (slice Interfaces) Swap(i, j int)

Jump to

Keyboard shortcuts

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