Documentation
¶
Overview ¶
Package qilib contains the necessary structs and funcs to create sniffing sessions detecting quantum injection attacks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // The source of packets. Handle *pcap.Handle // Progress indicator. Progress func(pkt gopacket.Packet) // Warning indicator. Warning func(pkt gopacket.Packet, diff Diff) // Unparseable packet indicator. Unparseable func(pkt gopacket.Packet) }
The parameters to create a new Session.
type Session ¶
type Session struct { Config // contains filtered or unexported fields }
Session encapsulates a sniffing session.
func NewSession ¶
Click to show internal directories.
Click to hide internal directories.