I want to filter only http, but when I did that it shows me both ssdp and http. However, if write http and tcp.dstport != 1900 on the display filter command it shows me only http which is what I want. So I dont quite understand why if I type only http on the filter command it doesnt show only http? asked 07 Jan '15, 02:38 Specialone |
One Answer:
http is a display filter that will show all frames that Wireshark recognized (dissected) as HTTP, which includes SSDP (as that's using a 'dialect' of HTTP). If you don't want to see SSDP, you can use the filter you have mentioned, or remove port 1900 from the HTTP preferences.
Regards answered 07 Jan '15, 02:52 Kurt Knochner ♦ |
Thank you very much Kurt for your answer. Appreciate it very much:D