Member index for:
CSpoofSocket
m_ConnectedTo
m_IPOptions
m_Options
m_Protocol
m_Raw
m_SourceAddress
m_SpoofSocket
m_TTL
AssignSocket(SOCKET sok, unsigned char ucProtocol=IPPROTO_TCP)
Bind(LPCSTR lpSourceAddress, int iPort=0)
CalculateChecksum(const unsigned short* usBuf, int iSize) const
CalculatePseudoChecksum(const char *buf, int BufLength, LPCSTR lpDestinationAddress, int iPacketLength) const
CanRead() const
CanWrite() const
CheckSocketValid() const
Close()
ConstructIPHeader(unsigned char ucProtocol, unsigned short usFragmentationFlags, unsigned char ucTTL, unsigned short usIdentification, unsigned char ucHeaderLength)
ConstructStaticIPHeader(unsigned char ucProtocol, unsigned short usFragmentationFlags, unsigned char ucTTL, unsigned short usIdentification, unsigned char ucHeaderLength)
Create(int iProtocol)
CSpoofSocket(SOCKET sok)
CSpoofSocket()
~CSpoofSocket()
FinalIPHeader(LPIpHeader lpHead)
GetHandle() const
GetOptions()
GetPeerAddress() const
GetPeerPort() const
InitializeIP()
isRaw() const
pResolveDNS(LPCSTR lpAddress)
Receive(char* buf, int bufLen)
ResolveDNS(LPCSTR lpAddress)
Send(LPCSTR lpDestinationAddress, const char* buf, int bufLength, unsigned short usDestinationPort=0)
SetIPHeaderAddress(LPIpHeader lpHead, LPCSTR lpSourceAddress, LPCSTR lpDestinationAddress)
SetOptions(BOOL bOptions)
SetProtocol(int iProtocol)
SetRaw(BOOL bRaw)
SetSourceAddress(LPCSTR lpSourceAddress)
SetTTL(unsigned char ucTTL)
Shutdown(SocketShutdown eHow)
Sniff(BOOL bSniff)
ValidAddress(LPCSTR lpAddress)
ValidSocket() const
Custom Code in Header Before Includes
Custom Code in Header After Includes
Custom Code in Header After Class Declaration
Custom Code in Header Public Section
Custom Code in Source After Includes