evencflags

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2022 License: BSD-2-Clause Imports: 0 Imported by: 0

README

evencflags

Common event encryption flags definitions, used by sipcmbeat and other modules to record what event fields where encrypted.

Documentation

Index

Constants

View Source
const (
	CltIPencF      = (F)(1) << iota // client ip is encrypted
	SrvIPencF                       // server ip is encrypted
	CallIDencF                      // call-id is encrypted
	URIencF                         // uri is encrypted
	ReasonAencF                     // reason attr. is enc
	CountryISOencF                  // country iso is enc
	CityIDencF                      // city id is enc
	UAencF                          // user-agent is enc
	IpcipherF                       // ipcipher is used
)

rest of the flags starting from 1

View Source
const (
	SrcIPencF = CltIPencF // alias for client ip
	DstIPencF = SrcIPencF // alias for server ip
)

Variables

This section is empty.

Functions

This section is empty.

Types

type F

type F uint16

F defines event structure or field encryption "status" flags.

const NoneF F = iota

Jump to

Keyboard shortcuts

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