Thread: Network Drivers

  1. #1
    Registered User
    Join Date
    Apr 2004
    Posts
    4

    Network Drivers

    Can anyone direct me to a source that shows the procedure for making a network driver via NDIS? Any help would be greatly appreciated. Also, I have the book Programming the Windows Driver Model (not much help in the matter) and MSDN covers basic requirements and helpful hints but no straight forward guides to showing how to write and build one. Thanx.

  2. #2
    C maniac
    Join Date
    Aug 2004
    Location
    Cyberwarping to Middle Earth
    Posts
    154
    I can't direct you to a source, but I might be able to show you how to create a DOS driver, if that's of any help.

  3. #3
    Registered User
    Join Date
    Apr 2004
    Posts
    4
    I've actually sucked it up and searched through msdn for a good night and morning and found some interesting things, in the ddk there is code, i thought it was a sample, but its more of a skeleton for an NDIS intermediate driver called passthru. Then I found some stuff on msdn explaining the requirements for the driver and put the two together and the code followed the article almost exactly. THEN, I found an e-zine if you will called the windows driver development something_that_begins_with_D, and they extend the passthru code so it shows simple filtering capabilities and i/o so applications can send requests and stuff. It's very cool, I should have a tutorial up on my site once i finish this research(but i can't advertise my site, as its against the rules), so email me if you'd like more info, I can't be the only one interested in this kind of stuff. Cheers!

  4. #4
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    Here's an example on how to use the driver from the DDK. I found it useful.
    http://codeproject.com/csharp/SendRawPacket.asp

    It can easily be ported to C++, if needed.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 3D Network Analysis Tool
    By durban in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 11-08-2005, 06:33 PM
  2. Need help with easy Network setup
    By the dead tree in forum Tech Board
    Replies: 9
    Last Post: 04-08-2005, 07:44 PM
  3. geForce drivers
    By DavidP in forum Tech Board
    Replies: 9
    Last Post: 12-21-2003, 08:59 PM
  4. WinXP Network Connections pop-up
    By DavidP in forum Tech Board
    Replies: 1
    Last Post: 10-02-2002, 05:36 PM