We are developing a application to recieve UDP broadcast from a third party application. Wireshark shows packets of 512 bytes. Each packet have header information. Below is 8 bytes as wireshark shows
01 00 5E 01 02 05 00 11
I have created a small consol based application C# to listen on that specific port. Below is what i am geeting as first 8 bytes.
04 20 00 01 00 00 04 59
Can someone explain it?