Class CICMPSocket Base ClassesData ItemsConstructorsDestructorsFunctionsCustom CodeGo to hierarchy chart    Prev page: Custom Code in Source After IncludesNext page: m_Data    Show member index
Class Declared in:
ICMPSocket.h

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

Copyright (c) 2000 Barak Weichselbaum <barak@komodia.com> All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS `AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Contact info: Site: http://www.komodia.com Email: barak@komodia.com

ICMPSocket.h: interface for the CICMPSocket class.

Hierarchy Chart Hierarchy Chart

'Base Classes' icon -- Shortcut to top of page. Base Classes

Public base class CSpoofSocket

'Data Items' icon -- Shortcut to top of page. Data Items

Private data char * m_Data The data
Private data unsigned short m_DataSize The data size
Private data int m_iBufferSendSize Our send buffer size
Private data LPICMPHeader m_ICMPHeader The ICMP header
Private data LPIpHeader m_ICMPIPHeader The ICMP IP header
Private data LPIpHeader m_IPHeader The IP header
Private data const char * m_pSendBuffer Our send buffer

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

Public constructor

CICMPSocket()

ctor and dtor

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

Public destructor virtual

~CICMPSocket()

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

Protected function virtual LPICMPHeader

ConstructICMP() const

Construct an ICMP header
Public function virtual BOOL

Create()

Create an ICMP socket
Public function unsigned long

GetLastDataSize()

Get the last ICMP header size
Public function const char *

GetLastICMPData() const

Get the last ICMP data
Public function const LPICMPHeader

GetLastICMPHeader() const

Get the last ICMP header
Public function const LPIpHeader

GetLastICMPIPHeader() const

Get the last ICMP - IP header
Public function const LPIpHeader

GetLastIPHeader() const

The the last IP header
Protected function virtual BOOL

ProccessICMP( const char* buf )

Proccess incoming ICMP data
Private function void

ReverseHeader()

Reverse the header (big little endian)
Private function BOOL

Send( LPCSTR lpDestinationAddress, unsigned char cICMP, unsigned char cType )

Send the data
Public function BOOL

SendEcho( LPCSTR lpDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence, unsigned long ulData )

Protected function BOOL

SendICMP( LPICMPHeader lpHead, LPCSTR lpDestinationAddress )

Send all ICMP data with headers
Public function BOOL

SendInformation( LPCSTR lpDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence )

Send ICMP messages according to the name
Public function BOOL

SendParameter( LPCSTR lpDestinationAddress, unsigned char cError )

Public function BOOL

SendQuench( LPCSTR lpDestinationAddress )

Public function BOOL

SendRedirect( LPCSTR lpDestinationAddress, unsigned char cType, LPCSTR lpGatewayAddress )

Public function BOOL

SendTime( LPCSTR lpDestinationAddress, unsigned char cType )

Public function BOOL

SendTimestamp( LPCSTR lpDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence, unsigned long ulOriginateTimestamp, unsigned long ulReceiveTimestamp, unsigned long ulTransmitTimestamp )

Public function BOOL

SendUnreachable( LPCSTR lpDestinationAddress, unsigned char cType )

Public function void

SetSendBuffer( const char* pBuffer, int iSendSize )

Set the buffer to send

'Custom Code' icon -- Shortcut to top of page. Custom Code

'Implementation Details' icon -- Shortcut to top of page. Implementation Details

File(s)
C:\dev\Komodia\ICMPSocket.cpp
C:\dev\Komodia\ICMPSocket.h
Header Includes
SpoofSocket.h     
Source Includes
stdafx.h     for precompiled header directive
ICMPSocket.h     
Owner
LibV3
Last Modified
27-Jun-01 9:20:02 PM

Get Surveyor!This web site was generated using Surveyor V4.50.811.1.  Click here for more information. Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 27 Jun 2001.