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#
  4. socket class in vista uac

socket class in vista uac

Scheduled Pinned Locked Moved C#
help
4 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.
  • A Offline
    A Offline
    Aisha sharma
    wrote on last edited by
    #1

    hello, my program use socket class to find ip packet info. My project is related with lan monitoring. Is there any way to use this class without using manifest file when application install in admin account. i don't want to use manifest for "requireAdministrator" bcoz app didn't work when i added it in window startup prgram. tell me is this possible thank u for any help.

    D 1 Reply Last reply
    0
    • A Aisha sharma

      hello, my program use socket class to find ip packet info. My project is related with lan monitoring. Is there any way to use this class without using manifest file when application install in admin account. i don't want to use manifest for "requireAdministrator" bcoz app didn't work when i added it in window startup prgram. tell me is this possible thank u for any help.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Monitoring network traffic (i.e.: using WinPCap) always requires administrivate permissions. I can't think of a situation where it wouldn't. Put the admin manifest in your project. If it's in the users Startup folder, at worst, it'll ask for permission to run when they login.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak

      A C 2 Replies Last reply
      0
      • D Dave Kreskowiak

        Monitoring network traffic (i.e.: using WinPCap) always requires administrivate permissions. I can't think of a situation where it wouldn't. Put the admin manifest in your project. If it's in the users Startup folder, at worst, it'll ask for permission to run when they login.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak

        A Offline
        A Offline
        Aisha sharma
        wrote on last edited by
        #3

        i also think that..... but i m not confirm. thank you :)

        1 Reply Last reply
        0
        • D Dave Kreskowiak

          Monitoring network traffic (i.e.: using WinPCap) always requires administrivate permissions. I can't think of a situation where it wouldn't. Put the admin manifest in your project. If it's in the users Startup folder, at worst, it'll ask for permission to run when they login.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak

          C Offline
          C Offline
          Cheongwadae
          wrote on last edited by
          #4

          If the WinPCap service is installed and the service is set to SERVICE_AUTO_START then the application will not require administrator credentials. However this is probably irrelevant if the OP is simply putting the network device in promiscuous mode.

          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