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. The Lounge
  3. Programme sending out multicast packets

Programme sending out multicast packets

Scheduled Pinned Locked Moved The Lounge
helpsysadmintutorialquestion
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.
  • R Offline
    R Offline
    RichardS
    wrote on last edited by
    #1

    Hi All, I have an interesting problem. When I start a programme or open a file from windows explorer the programme takes a really long time to open. This also happens when I right click on a file. Using Ethereal I noticed that some process is sending out a number of multicast packets. Other PC's seem to answer, but it takes some time. I have tried Spybot SD and it found nothing. I have tried Sysinternals port monitor and it shows no new processes start. Any idea's on how to fix this (other than disconnecting my network cable every time I open a file)? thanks, Rich

    "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook

    M M 2 Replies Last reply
    0
    • R RichardS

      Hi All, I have an interesting problem. When I start a programme or open a file from windows explorer the programme takes a really long time to open. This also happens when I right click on a file. Using Ethereal I noticed that some process is sending out a number of multicast packets. Other PC's seem to answer, but it takes some time. I have tried Spybot SD and it found nothing. I have tried Sysinternals port monitor and it shows no new processes start. Any idea's on how to fix this (other than disconnecting my network cable every time I open a file)? thanks, Rich

      "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook

      M Offline
      M Offline
      megaadam
      wrote on last edited by
      #2

      The reason for the multicast is probably that the program wants to check for duplicates of its registration number. You wouldn't use illegit duplicates would you ? :) You can prevent this with some firewall software. ZoneAlarm for example monitors/filters outgoing stuff.

      _____________________________________ Action without thought is not action Action without emotion is not life

      R 1 Reply Last reply
      0
      • M megaadam

        The reason for the multicast is probably that the program wants to check for duplicates of its registration number. You wouldn't use illegit duplicates would you ? :) You can prevent this with some firewall software. ZoneAlarm for example monitors/filters outgoing stuff.

        _____________________________________ Action without thought is not action Action without emotion is not life

        R Offline
        R Offline
        RichardS
        wrote on last edited by
        #3

        Thanks. I am using a genuine copy of windows. I will have a look into the firewall. thanks :)

        "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook

        1 Reply Last reply
        0
        • R RichardS

          Hi All, I have an interesting problem. When I start a programme or open a file from windows explorer the programme takes a really long time to open. This also happens when I right click on a file. Using Ethereal I noticed that some process is sending out a number of multicast packets. Other PC's seem to answer, but it takes some time. I have tried Spybot SD and it found nothing. I have tried Sysinternals port monitor and it shows no new processes start. Any idea's on how to fix this (other than disconnecting my network cable every time I open a file)? thanks, Rich

          "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook

          M Offline
          M Offline
          Mike Dimmick
          wrote on last edited by
          #4

          What port number (both your side and the port that the packets are sent to)? What's the multicast address? Ethereal/Wireshark can normally tell what protocol is involved if it's a standard port. You can discover the responsible process using netstat -b (Windows XP SP2 and later). You might need to also pass the -a switch to show non-connected ports and the -n switch to get numeric results. If the socket was opened by a process that's hosting multiple services, you also get a DLL trace of the call stack when the socket was opened.

          Stability. What an interesting concept. -- Chris Maunder

          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