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(unsigned short* usBuf, int iSize)
CalculatePseudoChecksum(char *buf, int BufLength, LPCSTR lpDestinationAddress, int iPacketLength)
CheckSocketValid()
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()
GetOptions()
GetPeerAddress()
GetPeerPort()
InitializeIP()
isRaw()
pResolveDNS(LPCSTR lpAddress)
Receive(char* buf, int bufLen)
ResolveDNS(LPCSTR lpAddress)
Send(LPCSTR lpDestinationAddress, 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()
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