I have a device that broadcasts a "discovery" packet to port 5556 and would like to capture that. How do i go about doing so?
1 Answer, 1 is accepted
0
Accepted
Lini
Telerik team
answered on 09 Jan 2023, 11:44 AM
Hello,
In order for Fiddler to be able to capture network traffic, the origin device/application must have their proxy settings pointing to the Fiddler application proxy, which by default is running on port 8888 for Fiddler Classic. Furthermore, Fiddler only captures HTTP TCP traffic or protocols like Websocket that run on top of the HTTP TCP connection. It seems you are trying to capture broadcast packets, which are probably UDP and not TCP. If this is the case, then Fiddler will not be able to capture these packets. You will need a lower level networking tool like Wireshark.
Regards,
Lini
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.