# Functions
NewLiveSniffer creates sniffer that capture packets from interface.
NewOfflineSniffer creates sniffer that capture packets from file.
NewPacketBuffer creates and initializes a new PacketBuffer using given options.
NewWriter creates a new Writer for dns packets.
# Structs
Packet represents single dns question packet that could be easily converted to feed AlphaSOC API.
A PacketBuffer holds slice of packets, that could be saved into the file.
Sniffer sniffs dns packets.
Writer writes dns packetc in PCAP fromat.