Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. network programming

network programming

Scheduled Pinned Locked Moved C / C++ / MFC
sysadmintutorial
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    staunch
    wrote on last edited by
    #1

    hey do anyone know how to sniff outgoing packets in a system, and do anyone have dnsapi.lib . if so i would be pleased

    P 2 Replies Last reply
    0
    • S staunch

      hey do anyone know how to sniff outgoing packets in a system, and do anyone have dnsapi.lib . if so i would be pleased

      P Offline
      P Offline
      Prudhvi Raju
      wrote on last edited by
      #2

      In Windows DDK , Packet32 driver is provided. using that you can catch all the outgoing and incomming packets. And you can also catch all the packets in the lan which r comming from/ going to other systems (if using HUB). have Fun......

      S 1 Reply Last reply
      0
      • P Prudhvi Raju

        In Windows DDK , Packet32 driver is provided. using that you can catch all the outgoing and incomming packets. And you can also catch all the packets in the lan which r comming from/ going to other systems (if using HUB). have Fun......

        S Offline
        S Offline
        staunch
        wrote on last edited by
        #3

        what is windows DDK, tell me exactly how do i use packet32 in my vc programs, do u have any experience in using them please tell me yaar

        I 1 Reply Last reply
        0
        • S staunch

          what is windows DDK, tell me exactly how do i use packet32 in my vc programs, do u have any experience in using them please tell me yaar

          I Offline
          I Offline
          IceMatrix
          wrote on last edited by
          #4

          the windows ddk is the device driver kit! you have to order it at http://www.microsoft.com/ddk/ (its free i think). i don't know the packet32 driver, but you will have to control it via DeviceIoControl, CreateFile, ReadFile, WriteFile like most other drivers.

          1 Reply Last reply
          0
          • S staunch

            hey do anyone know how to sniff outgoing packets in a system, and do anyone have dnsapi.lib . if so i would be pleased

            P Offline
            P Offline
            Prudhvi Raju
            wrote on last edited by
            #5

            I used the packet32 driver which is provided in Windows DDK 2 years back in my VC++ application for capturing packets in Win NT. Present situation i dont know, wether it is there in the latest version of DDK or not. check it out. If it is there inform me, i will tell you how to use it. It is very simple to use it.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups