socks5d.packets

Undocumented in source.

Members

Classes

AuthException
class AuthException
Undocumented in source.
RequestException
class RequestException
Undocumented in source.
SocksException
class SocksException
Undocumented in source.

Enums

AddressType
enum AddressType
Undocumented in source.
AuthMethod
enum AuthMethod
Undocumented in source.
AuthStatus
enum AuthStatus
Undocumented in source.
ReplyCode
enum ReplyCode
Undocumented in source.
RequestCmd
enum RequestCmd
Undocumented in source.

Functions

printFields
string printFields(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

Socks5IncomingPacket
mixintemplate Socks5IncomingPacket()
Undocumented in source.
Socks5OutgoingPacket
mixintemplate Socks5OutgoingPacket(TPacketFieldsStruct)
Undocumented in source.
Socks5Packet
mixintemplate Socks5Packet()
Undocumented in source.

Structs

RequestPacket
struct RequestPacket
Undocumented in source.
ResponsePacket
struct ResponsePacket
Undocumented in source.

Variables

isSocks5IncomingPacket
enum bool isSocks5IncomingPacket(P);
Undocumented in source.
isSocks5OutgoingPacket
enum bool isSocks5OutgoingPacket(P);
Undocumented in source.

Meta