Click here to Skip to main content
6,634,665 members and growing! (16,371 online)
Email Password   helpLost your password?
General Programming » Internet / Network » General     Intermediate

IPEnum v1.01 - IP Address Enumeration

By PJ Naughter

An MFC class to allow enumeration of IP addresses.
VC6, MFC, Dev
Posted:3 Mar 2000
Views:78,941
Bookmarked:15 times
Announcements
Loading...
 
Search    
Advanced Search
Add to IE Search
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
12 votes for this article.
Popularity: 4.32 Rating: 4.00 out of 5
2 votes, 40.0%
1

2

3
1 vote, 20.0%
4
2 votes, 40.0%
5
  • Download source files - 11 Kb
  • Welcome to IPENUM, a freeware MFC class and console application to allow enumeration of the IP addresses a machine possesses.


    History
    Usage
    Contacting the Author


    History

    V1.0 (21th April 1998)
    • Initial public release.

    V1.01 (4th January 1999)

    • Minor update to the documentation.
    • Provision of a VC 5 workspace file now as standard.
    • UNICODE enabled all the code.
    • IPENUM now uses MFC DLL and C Runtime DLL's instead of statically linking. This means that the IPENUM executable requires these files to be installed. If you haven't already got the MFC 4.2b DLLs on your machine (MFC42.DLL in your Windows system directory), then grab them from Microsoft's web site at http://activex.microsoft.com/controls/vc/mfc42.cab.


    Usage

    To run the IPEnu console application, open a command prompt and simple type IPEnum. It will then display all the IP addresses which the


    To use the MFC class CIPEnum in your own code, simply include the ipenum.cpp module in your project and #include ipenum.h file in whichever of your modules require it. You will then need to derive your own class from CIPEnum and override the pure virtual function EnumCallbackFunction(). Further information about this function is included below. To see this in action, have a look at the CMyIPEnum in the module main.cpp.


    CIPEnum::EnumCallbackFunction

    virtual BOOL CIPEnum::EnumCallbackFunction(int nAdapter, const in_addr& address)=0;

    Return Value:
    TRUE if the the enumeration of the IP addresses should continue, FALSE to stop enumeration.

    Parameters:

    • nAdapter -- The index of the IP address being returned. This value will be incremented each time your callback function is called.  The value will start from 0.
    • address -- The IP address for the current adapter. For further information about this structure have a look at the Win32 SDK documentation.



    Contacting the Author

    PJ Naughter
    Email: pjn@indigo.ie
    Web: http://www.naughter.com
    4th January 1999


    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here

    About the Author

    PJ Naughter


    Member

    Location: United States United States

    Other popular Internet / Network articles:

    Article Top
    You must Sign In to use this message board.
    FAQ FAQ 
     
    Noise Tolerance  Layout  Per page   
     Msgs 1 to 17 of 17 (Total in Forum: 17) (Refresh)FirstPrevNext
    QuestionHow can I set static IP address using c++ code and win32 API.Can anyone pls help Pinmemberan892:10 4 Jul '08  
    GeneralVery good article but... PinmemberdSolariuM5:52 29 Mar '05  
    GeneralRe: Very good article but... Pinmemberpjnaughter10:37 29 Mar '05  
    Generalim stuck with this program please help PinsussVashReilly13:20 17 Jul '03  
    Generalgethostbyaddr() PinmemberSwinefeaster8:55 25 Apr '03  
    Generalhow do I scan opened port on remote host?? PinmemberCNH22:25 11 Jun '02  
    GeneralGetting my machine own IP with C++ under linux/*ix Pinmembernayco4:34 24 Oct '01  
    Generalget ip address Pinmemberchandra13:07 8 Jan '01  
    GeneralRe: get ip address Pinmemberbenzyl rechner12:50 13 Mar '01  
    GeneralRe: get ip address Pinmemberhhelper15:39 16 Mar '03  
    GeneralRe: get ip address PinmemberFXMC6:13 19 Apr '06  
    Generalget ip address Pinmemberchandra13:07 8 Jan '01  
    GeneralHow do I enum all IPs over a domain? Pinmemberzeuss19:26 19 Dec '00  
    Generalapplication handle and IP port bound Pinsussappler23:15 25 Oct '00  
    GeneralHow can i get IP addresses of all pcs of Network ... Pinsussmanish6:07 9 Sep '00  
    GeneralHow do I get the protocol 's name? PinsussOrry5:33 20 Jul '00  
    GeneralNetmask/Broadcast IP for these IPs PinsussRyan Schneider7:03 19 May '00  

    General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

    PermaLink | Privacy | Terms of Use
    Last Updated: 3 Mar 2000
    Editor: Valerie Bradley
    Copyright 2000 by PJ Naughter
    Everything else Copyright © CodeProject, 1999-2009
    Web22 | Advertise on the Code Project