Accessing the packet data including the IP header from a UDP packet in C#
The title is kind of self explanatory, I’d like to access the IP header from all UDP packet I’m receiving. Why? There are some flags I’d like to use to be able to de-fragment UDP packets and merge them back together, such as the MF flag (more fragments).