Member index for:
CICMPCrafter
m_aDestinationAddress
m_bDefaultChecksum
m_usChecksum
CICMPCrafter(const CICMPCrafter& rCrafter)
CICMPCrafter()
~CICMPCrafter()
ConstructIPHeader(unsigned char ucProtocol, unsigned short usFragmentationFlags, unsigned char ucTTL, unsigned short usIdentification, unsigned char ucHeaderLength) const
CreateFinal(unsigned char cICMP, unsigned char cType, unsigned short& usTotalSize) const
CreateFinal(const LPICMPHeader pHeader, unsigned short& usTotalSize) const
FinalICMPHeader(LPICMPHeader lpHead) const
FinalIPHeader(LPIpHeader lpHead) const
GetEcho(BOOL bReply, unsigned short usIdentifier, unsigned short usSequence, unsigned long ulData, unsigned short& usTotalSize) const
GetInformation(BOOL bReply, unsigned short usIdentifier, unsigned short usSequence, unsigned short& usTotalSize) const
GetParameter(unsigned char cError, unsigned short& usTotalSize) const
GetQuench(unsigned short& usTotalSize) const
GetRedirect(unsigned char cType, IP aGatewayAddress, unsigned short& usTotalSize) const
GetTime(unsigned char cType, unsigned short& usTotalSize) const
GetTimestamp(BOOL bReply, unsigned short usIdentifier, unsigned short usSequence, unsigned long ulOriginateTimestamp, unsigned long ulReceiveTimestamp, unsigned long ulTransmitTimestamp, unsigned short& usTotalSize) const
GetUnreachable(unsigned char cType, unsigned short& usTotalSize) const
operator =(const CICMPCrafter& rCrafter)
SetDestinationAddress(IP aDestinationAddress)
SetDestinationAddress(const std::string& rDestinationAddress)
SetICMPChecksum(unsigned short usChecksum)
SetICMPUseDefaultChecksum(BOOL bDefault)
Custom Code in Header Before Includes
Custom Code in Header After Includes
Custom Code in Header After Class Declaration
Custom Code in Source After Includes