|
Whisper Library
|
| Protocol for using raw sockets | |
| Converts the message into bit-blocks and reassembles them to a message (used by TcpHeaderCovertChannel) | |
| The connecting part for the CovertChannel and the framework | |
| The interface used by all covert channels | |
| Represents a network packet | |
| Converts between messages and packet lengths (used by PacketLengthCovertChannel) | |
| Converts messages and timing intervals back and forth (used by TimingCovertChannel) | |
| A covert channel using packet lengths | |
| Used to receive packets and send TCP packets under win32 | |
| Packet structure as returned by pcap | |
| A covert channel using tcp header fields | |
| A covert channel using inter packet delays | |
| Represents an ethernet header | |
| Represents an Ipv4 header | |
| NetworkConnector can send Packets to the Network | |
| Sends packets over a raw Socket | |
| Represents a tcp packet | |
| Simulates a HTTP conversation based on tcp | |
| Represents a udp packet | |
| Generates valid udp packets |