utils

package
v0.0.0-...-716bdf2 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CIPHER_SUITE_BLACKLIST = []string{}/* 278 elements not displayed */
View Source
var CIPHER_SUITE_MAPPING = map[string]string{}/* 346 elements not displayed */
View Source
var TLS_VERSION_MAPPING = map[string]string{
	"0x0300": "SSLv3",
	"0x0301": "TLSv1.0",
	"0x0302": "TLSv1.1",
	"0x0303": "TLSv1.2",
	"0x0304": "TLSv1.3",
}

Functions

This section is empty.

Types

type GeoInfo

type GeoInfo struct {
	IP           string
	Country      string
	City         string
	Postal       string
	Lat          float64
	Lon          float64
	Organization string
}

func PrintGeoInfoForIPs

func PrintGeoInfoForIPs(pcapFile string) ([]*GeoInfo, error)

Jump to

Keyboard shortcuts

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