[][src]Module dnscat::transport

Modules

dns
hex

Structs

PacketEchoTransport
SplitDatagram

A split datagram consists of one head block and zero or more tail blocks, where the block structures are IP addresses, or hostnames.

Enums

DatagramError
SplitDatagramError

Enum of all possible errors when handling split datagrams.

Traits

Datagram
Decode

Synchronously decode from a buffer.

Encode

Synchronously encode into a buffer.

ExchangeTransport
SplitDatagramBlock

Trait implemented for split datagram block structures.