Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danmia/pcapdaemon
/ types & classes
Types & classes
16 in github.com/danmia/pcapdaemon
⨍
Functions
13
◇
Types & classes
16
Struct
Capmsg
Capmsg defines all the options that define a pcap capture request
structs.go:8
TypeAlias
Capmsgs
Capmsgs is simply an array of Capmsg
structs.go:35
Struct
Cloudshark
Cloudshark definese the cloudshark section of the config file
structs.go:63
Struct
CsFail
CsFail defines the object that is returned when an object fails to post to Cloudshark
structs.go:134
Struct
CsSuccess
CsSuccess defines the object that is returned when a pcap is succuessfully posted to Cloudshark
structs.go:128
Struct
General
General defines the top level "general" section of the the pcapdaemon config file
structs.go:49
Struct
InterfaceAlias
InterfaceAlias defines an alias array that maps to a physical interface
structs.go:73
TypeAlias
InterfaceAliases
InterfaceAliases defines an array of InterfaceAlias
structs.go:79
Struct
Kafka
Kafka defines the kafka section of the config file
structs.go:91
Struct
Redis
Redis defines the redis section of the config file
structs.go:82
Struct
RingBufferCapmsg
BUFFER FOR CAPTURE MESSAGES RingBufferCapmsg defines a structure of channels to have a non-blocking ring buffer of channels
chanBuffer.go:6
Struct
S3
S3 defines the options necessary to use an S3 bucket as a destination for the pcap file
structs.go:104
Struct
Sqs
Sqs defines a struct that describes the options necessary to pull Capmsgs off of an Amazon SQS queue
structs.go:117
Struct
Syslog
Syslog defines the syslog section of the config file options
structs.go:98
Struct
logWriter
main.go:33
Struct
tomlConfig
structs.go:37