How stop SSDP packets?

3

Am watching my wifi interface card using wireshark and i'm noticing hundreds of SSDP packets with destination 239.255.255.250 and info 'NOTIFY'.

Any idea how to stop my computer from sending these packets? Thanks.

Daniel Gratz

Posted 2011-11-04T12:17:32.010

Reputation: 581

Answers

0

You must know which application is generatin this kind of trafic(SDP). Here you can find one oftware that can sniff the process responsible for generating this trafic.

After that, you have two options to stop SDP trafic:

  1. Install some firewall and configure it to block all SDP trafic.

  2. Kill the process responsible for generating this trafic(if it isn't an essencial process.

Diogo

Posted 2011-11-04T12:17:32.010

Reputation: 28 202

1I found another way, disable 'SSDP Discovery' in services under startup. Seems to be working... – Daniel Gratz – 2011-11-04T12:31:05.193

1Hmmm, in this case, where is a windows service that generate the trafic it is the best way to do it.... Just a comment, be aware that this service isn't indispensable for the good work of your system.... – Diogo – 2011-11-04T12:41:17.770