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. Managed C++/CLI
  4. firewall

firewall

Scheduled Pinned Locked Moved Managed C++/CLI
csharpc++jsonhelpquestion
2 Posts 2 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
    shahrokh nabavi
    wrote on last edited by
    #1

    i want to implement a firewall in a simplest way with ability off packet filtering and blocking port i am a c# programmer and i couldnt do this in c# if there is a any api for processing a packets in windows please help me if i want to this with combining manged and unmanaged c++ code what can i do? koosha

    K 1 Reply Last reply
    0
    • S shahrokh nabavi

      i want to implement a firewall in a simplest way with ability off packet filtering and blocking port i am a c# programmer and i couldnt do this in c# if there is a any api for processing a packets in windows please help me if i want to this with combining manged and unmanaged c++ code what can i do? koosha

      K Offline
      K Offline
      kmcguire
      wrote on last edited by
      #2

      http://winpcap.polito.it/ - Go there and find the development documentation. I have used it to capture packets before using C++. However, i do not know if they yet support capturing packets from a modem. I am also unsure if it can allow you to block packets from coming in. Its the best help i can offer. :) if i want to this with combining manged and unmanaged c++ code what can i do? This will require most likely using unmanaged and managed code, however, it is not too hard? :confused: Just, implement as little as possible in unmanaged to talk with the dll for the packet driver.

      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