Class CIPCrafter::
SetDefault()
Base ClassesData ItemsConstructorsDestructorsFunctionsCustom CodeGo to hierarchy chart    Prev page: SetChecksumNext page: SetFragmentationFlags    Show member index
Public Function Declared in:
IPCrafter.h

'Declaration' icon -- Shortcut to top of page. Declaration

void SetDefault();

'Description' icon -- Shortcut to top of page. Description

Set the default data

'Function Body' icon -- Shortcut to top of page. Function Body

try
{
    m_usFragmentationFlags=IpFragFlag_DONT_FRAG;
    m_usIdentification=(unsigned short)GetCurrentProcessId();
    m_ucHeaderLength=IPCRAFTER_DEFAULT_HEADER_SIZE; //Default size
    m_ucTypeOfService=IpService_ROUTINE;

    //Default checksum used
    m_DefaultChecksum=TRUE;
}
ERROR_HANDLER("SetDefault")

'See Also' icon -- Shortcut to top of page. See Also

Class Overview Class Overview  |  Private base class CSpoofBase  |  Hierarchy Chart Hierarchy Chart


Get Surveyor!This web site was generated using Surveyor V4.50.811.1.  Click here for more information. Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003.