What is the right way to test if IP packet is a fragment?
Currently I only look at MF
(More Fragments) bit in the IPv4 header. Is it sufficient?
2528 次
What is the right way to test if IP packet is a fragment?
Currently I only look at MF
(More Fragments) bit in the IPv4 header. Is it sufficient?