# Functions
NewDNSPacket creates new dns packet from raw packet.
NewDNSPacketBuffer initializes a new DNSPacketBuffer.
NewHTTPPacketBuffer initializes a new HTTPPacketBuffer.
NewIPPacket creates IPPacket from raw packet.
NewIPPacketBuffer initializes a new IPPacketBuffer.
NewWriter creates a new Writer for dns packets.
# Constants
List of all packet directions.
List of all packet directions.
List of all packet directions.
# Structs
DNSPacket represents single dns query that could be converted to feed AlphaSOC Engine.
A DNSPacketBuffer holds slice of packets.
A HTTPPacketBuffer holds slice of packets.
IPPacket represents single dns query that could be converted to feed AlphaSOC Engine.
A IPPacketBuffer holds slice of packets.
Writer writes packetc in PCAP fromat.
# Interfaces
RawPacket is an interface that wraps method for raw packet.
# Type aliases
Direction of the packet.