This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BOOTP tracking

Hello again.

I've got question about BOOTP packets, which are generating by my evaluation board. I've tried to track them, by listening port 67 on broadcast and multicast groups, but for some reason i can't  choose the right source. I've tryed things like 

boardListen_1.JoinMulticastGroup(IPAddress.Parse("0.0.0.0"))

But that is not working. Wireshark shows, that the packets are sending correctly. What do you reccomend to capture these packets correctly? Which source i should track?